Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
DradeAW committed Mar 28, 2024
1 parent 15ebcf1 commit 5aa21e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lussac/core/lussac_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ def _load_recording(params: dict) -> si.BaseRecording:
function = getattr(spre, preprocess_func)
recording = function(recording, **arguments)

if 'cache' in params['preprocessing']:
recording = recording.save(folder=params['preprocessing']['cache'])
if 'cache' in params['preprocessing']:
recording = recording.save(folder=params['preprocessing']['cache'])

return recording

Expand Down

0 comments on commit 5aa21e2

Please sign in to comment.