Skip to content

Commit

Permalink
and this
Browse files Browse the repository at this point in the history
  • Loading branch information
36000 committed Sep 8, 2023
1 parent c5e1c58 commit b8baafa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion AFQ/tasks/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ def wrapper_as_file(*args, **kwargs):
elif isinstance(gen, np.ndarray):
np.save(this_file, gen)
elif isinstance(gen, TrxFile):
this_file = this_file + ".trx"
save_trx(gen, this_file)
else:
gen.to_csv(this_file)
Expand Down

0 comments on commit b8baafa

Please sign in to comment.