Skip to content

Commit

Permalink
run test_io through ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
McHaillet committed Oct 16, 2024
1 parent a97e83c commit c9ffc02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ def test_parse_relion5_star_data(self):
):
parse_relion5_star_data(RELION5_TOMOGRAMS_STAR, tomogram)


tomogram = pathlib.Path("rec_tomogram200528_10.mrc")
with self.assertRaises(
ValueError, msg="Partially matching tomogram name should raise an error."
Expand Down

0 comments on commit c9ffc02

Please sign in to comment.