-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extensions starts with a dot #1326
Conversation
I am likely to merge this today. Regarding the further-downstream issues you found, I think locally I converted some of our test data to n5 and zarr and run the pipeline on them, but my process may not have been through enough; do you have handy the exact error messages you got? (if you have sample data and params that go with them that'd also be great). |
I don't have it readily available. For getting some results I did some workaround... |
Hey, this is still not available in the main branch. Are you planning on merging ? |
Give me a moment to figure out what happened here; it was merged into dev and is in the history, but the changes are not present for some reason. I wonder if I messed up some merge conflict. |
Actually, no. The issue is that this change needed to be made in two separate parts of the file (that look very similar to each other), and this diff only covered one of them. I'll fix the other (around line 1520). Thanks for bringing it to my attention. |
Please do, and include the full text of the error and the backtrace. That'll help me track down where it is. |
When attempting to motioncorrect data in a zarr file, then:
MotionCorrect(fname)
claim the extension was not found. It should be ".zarr" and ".n5" with
dots at the beginning. Including this fix uncovers a different problem
later (zarr array does not have .keys()).
Type of change
Please delete options that are not relevant.
Branching
Has your PR been tested?
If you're fixing a bug or introducing a new feature it is recommended you run the tests by typing
caimanmanager test
and
caimanmanager demotest
prior to submitting your pull request.
Please describe any additional tests that you ran to verify your changes. If they are fast you can also
include them in the folder 'caiman/tests/
and name them
test_***.py` so they can be included in our lists of tests.