Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
grg2rsr committed Dec 4, 2024
1 parent 0cc4095 commit b7296b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/test_loaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ def test_from_array(self):
fio.from_array(times, data, names)

# for neurophotometrics hardware
def test_from_raw_neurophotometrics_output(self):
fio.from_raw_neurophotometrics(self.paths['raw_neurophotometrics_csv'])
def test_from_raw_neurophotometrics_file(self):
fio.from_raw_neurophotometrics_file(self.paths['raw_neurophotometrics_csv'])

# from pqt files as they are returned from ONE by .load_dataset()
def test_from_pqt(self):
Expand Down

0 comments on commit b7296b8

Please sign in to comment.