BouchardLab / nsds_lab_to_nwb

Python package to convert NSDS Lab data to NWB files.
https://nsds-lab-to-nwb.readthedocs.io/en/latest/
0 stars 4 forks source link

Fix and test cleanup #139

Closed JesseLivezey closed 2 years ago

JesseLivezey commented 2 years ago

Description and related issues

Fixes a bug in the previous PR and also cleans up the existing tests. Previously, many tests would fail and it was difficult to determine whether the test was just out of date or whether the PR broke a new test.

Now, tests that currently fail are marked with xfail so that new PRs can see whether any existing passing tests fail.

Checklist: