Skip to content

Commit

Permalink
ruff happiness
Browse files Browse the repository at this point in the history
  • Loading branch information
grg2rsr committed Dec 4, 2024
1 parent bcf059b commit 8af0428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iblphotometry_tests/test_loaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_from_raw_neurophotometrics_file(self):
# from pqt files as they are returned from ONE by .load_dataset()
def test_from_ibl_pqt(self):
fpio.from_ibl_pqt(self.paths['photometry_signal_pqt'])
raw_dfs_a = fpio.from_ibl_pqt(
fpio.from_ibl_pqt(
self.paths['photometry_signal_pqt'],
self.paths['photometryROI_locations_pqt'],
)

0 comments on commit 8af0428

Please sign in to comment.