-
Notifications
You must be signed in to change notification settings - Fork 53
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
ENH: First attempt at multiframe support (3D only for now) #84
base: master
Are you sure you want to change the base?
Commits on Aug 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b24d860 - Browse repository at this point
Copy the full SHA b24d860View commit details -
BF: Leverage nicom data transforms for Mosaic/Multiframe
Have to disable rescaling with monkey patching...
Configuration menu - View commit details
-
Copy full SHA for 0ff1c6a - Browse repository at this point
Copy the full SHA 0ff1c6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cded103 - Browse repository at this point
Copy the full SHA cded103View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0d75b9 - Browse repository at this point
Copy the full SHA d0d75b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62046c9 - Browse repository at this point
Copy the full SHA 62046c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2812ffe - Browse repository at this point
Copy the full SHA 2812ffeView commit details
Commits on May 29, 2024
-
t/test_cli.py: port setup/teardown to pytest 8.
As pointed out in [Debian bugs #1063943] and [then #1071794], test/test_cli.py fails with pytest 8 and beyon with the following symptoms: __________________________ TestDcmstackCli.test_basic __________________________ self = <test.test_cli.TestDcmstackCli object at 0x7f2d3a00eb40> def test_basic(self): > nii_paths = make_niftis(self.out_dir) E AttributeError: 'TestDcmstackCli' object has no attribute 'out_dir' test/test_cli.py:55: AttributeError __________________________ TestDcmstackCli.test_embed __________________________ self = <test.test_cli.TestDcmstackCli object at 0x7f2d3c976180> def test_embed(self): > nii_paths = make_niftis(self.out_dir, ['--embed']) E AttributeError: 'TestDcmstackCli' object has no attribute 'out_dir' test/test_cli.py:59: AttributeError ___________________________ TestNitoolCli.test_basic ___________________________ self = <test.test_cli.TestNitoolCli object at 0x7f2d39f5b1d0> def test_basic(self): > nii_path = make_niftis(self.out_dir, ['--embed'])[0] E AttributeError: 'TestNitoolCli' object has no attribute 'out_dir' test/test_cli.py:65: AttributeError This is because pytest 8 deprecated the use of plain _setup_ and _teardown_, which were compatibility layers to ease the porting effort from Nose. This change ensures methods inheriting from CliTest get set up and teared down properly. [Debian bugs #1063943]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063943 [then #1071794]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071794 Signed-off-by: Étienne Mollier <emollier@debian.org>
Configuration menu - View commit details
-
Copy full SHA for b66925f - Browse repository at this point
Copy the full SHA b66925fView commit details
Commits on May 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3c6bc98 - Browse repository at this point
Copy the full SHA 3c6bc98View commit details
Commits on Jun 5, 2024
-
Merge pull request #87 from emollier/pytest-8
t/test_cli.py: port setup/teardown to pytest 8.
Configuration menu - View commit details
-
Copy full SHA for 3c7ee96 - Browse repository at this point
Copy the full SHA 3c7ee96View commit details -
Merge pull request #88 from a-detiste/master
prefer newer unittest.mock from standard library
Configuration menu - View commit details
-
Copy full SHA for 615a914 - Browse repository at this point
Copy the full SHA 615a914View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27856f1 - Browse repository at this point
Copy the full SHA 27856f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9b1430 - Browse repository at this point
Copy the full SHA a9b1430View commit details -
BF: Leverage nicom data transforms for Mosaic/Multiframe
Have to disable rescaling with monkey patching...
Configuration menu - View commit details
-
Copy full SHA for 94a6675 - Browse repository at this point
Copy the full SHA 94a6675View commit details -
Configuration menu - View commit details
-
Copy full SHA for 139079f - Browse repository at this point
Copy the full SHA 139079fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a053b51 - Browse repository at this point
Copy the full SHA a053b51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 790f479 - Browse repository at this point
Copy the full SHA 790f479View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c7441c - Browse repository at this point
Copy the full SHA 9c7441cView commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6183d48 - Browse repository at this point
Copy the full SHA 6183d48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7de2452 - Browse repository at this point
Copy the full SHA 7de2452View commit details -
Configuration menu - View commit details
-
Copy full SHA for b26a5ee - Browse repository at this point
Copy the full SHA b26a5eeView commit details