Tyler Benster
Tyler Benster
Thanks for this package! I'm looking for higher order function memoization, e.g. I'd like to be able to do: `memoized_f = @memoize expensive_function_from_package`, but this triggers `ERROR: LoadError: @memoize must...
Looks like an initial attempt was made to save a [CorrectedImageStack](https://pynwb.readthedocs.io/en/stable/pynwb.ophys.html#pynwb.ophys.CorrectedImageStack) according to NWB schema. It'd be great to have this feature! Especially as the current `mmap` serialization will fail...
- **Describe the issue that you are experiencing** When calling `cnmf.fit`, this line loads the entire dataset into memory: https://github.com/flatironinstitute/CaImAn/blob/89ea84845d56f75f29f411c53c046e7fa0c79e9a/caiman/source_extraction/cnmf/cnmf.py#L451 One other line below this would likely cause the same...
For some functions, I find it useful to follow test driven development and generally do so with doctest. It would be awesome to have a keyboard shortcut to load a...
I find that `@bp` often doesn't do anything. Simple example below, where `@bp` in `f` works as expected but `g` does not. ```julia julia> using Debugger julia> function f(x) if...
Suppose I'm using the distributed dict example from tutorial, and I do something that throws an error. now, my Actor is permanently broken. It would be great to have more...
Quite possibly expected behavior or a user error, but I'm surprised to see all the cache misses with `nix-shell -A shellFor`. The haskell-related stuff seems to get pulled from cache...
Really enjoying the API of this package. A bit confused by https://juliaimages.org/latest/pkgs/axes/#Names-and-locations. By convention, x is horizontal and y is vertical. But this does not seem to be the case:...
For example, look at the first sentences output. I believe this indicates that there may be an error in the multi-gpu code. 7B: **Simply put, the theory of relativity states...
### Bug description Manually calling the `stop` method of AdvancedProfiler triggers a crash (SimpleProfiler, PyTorchProfiler, PassThroughProfiler all work correctly). I have written some new test functions to demonstrate this, happy...