Ankur Sinha
Ankur Sinha
Thanks @totaam : not sure if this will work on our CI, I'll take a look.
Sure, I'll include the patch in a build and get back to you hopefully in a few hours :+1:
Still seems to be throwing the same error, unfortunately: ``` _________________________________ test_reslice _________________________________ def test_reslice(): with TemporaryDirectory() as out_dir: data_path, _, _ = get_fnames('small_25') volume = load_nifti_data(data_path) reslice_flow = ResliceFlow()...
It doesn't seem to be happy with `copy.deepcopy` either, unfortunately: ``` _________________________________ test_reslice _________________________________ def test_reslice(): with TemporaryDirectory() as out_dir: data_path, _, _ = get_fnames('small_25') volume = load_nifti_data(data_path) reslice_flow =...
TODO: - add tests - confirm if we want to keep the second commit (which will update all models as they are read) or if we want to drop it...