File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -358,7 +358,7 @@ class PotatoSack(MultiContainerInterface):
358358pmod .add_container (potato_sack )
359359
360360
361- with NWBHDF5IO ('test_potato .nwb' , 'w' ) as io :
361+ with NWBHDF5IO ('test_potato_extension .nwb' , 'w' ) as io :
362362 io .write (nwbfile )
363363
364364####################
@@ -367,7 +367,7 @@ class PotatoSack(MultiContainerInterface):
367367
368368load_namespaces ('ndx-potato.namespace.yaml' )
369369# from xxx import PotatoSack, Potato
370- io = NWBHDF5IO ('test_multicontainerinterface .nwb' , 'r' )
370+ io = NWBHDF5IO ('test_potato_extension .nwb' , 'r' )
371371nwb = io .read ()
372372print (nwb .get_processing_module ()['potato_sack' ].get_potato ('big_potato' ).weight )
373373# note: you can call get_processing_module() with or without the module name as
You can’t perform that action at this time.
0 commit comments