Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bbfrederick committed Nov 8, 2023
1 parent b7598d1 commit 0d2d813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rapidtide/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ def comparerapidtideruns(root1, root2, debug=False):
else:
print("timecourse dimensions don't match - skipping")
else:
print(f"{timecourse} not present in both dataset - skipping")
print(f"{timecourse} not present in both datasets - skipping")
return results


Expand Down

0 comments on commit 0d2d813

Please sign in to comment.