Closed ehennestad closed 2 months ago
Fix #583
Improve testing across matnwb and pynwb through reading nwb files produced by matnwb tutorials using pynwb and vice versa
testSuiteMatnwbTutorials = matlab.unittest.TestSuite.fromClass(?tests.unit.TutorialTest) testSuitePynwbTutorials = matlab.unittest.TestSuite.fromClass(?tests.unit.PynwbTutorialTest) runner = matlab.unittest.TestRunner.withTextOutput() results = runner.run([testSuiteMatnwbTutorials, testSuitePynwbTutorials])
fix #XX
XX
Fix #583
Motivation
Improve testing across matnwb and pynwb through reading nwb files produced by matnwb tutorials using pynwb and vice versa
How to test the behavior?
Checklist
fix #XX
whereXX
is the issue number?