Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucrezia-Cester authored Apr 6, 2023
1 parent 327032a commit caee775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hazenlib/tasks/uniformity.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def run(self) -> dict:
try:
result = self.get_fractional_uniformity(dcm)
except Exception as e:
print(f"Could not calculate the uniformity for {self.key(dcm)} because of : {e}")
print(f"Could test not calculate the uniformity for {self.key(dcm)} because of : {e}")
traceback.print_exc(file=sys.stdout)
continue

Expand Down

2 comments on commit caee775

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.