Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
fanchercm committed Feb 24, 2025
1 parent 4cb244f commit 9ad3c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_load_split.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def test_log_time_average():
sample_logs = processor.split_sample_logs(SUBRUNS_EXP)

# verify two of the properties
np.testing.assert_allclose(sample_logs['2theta'], [69.99525, 80. , 97.50225])
np.testing.assert_allclose(sample_logs['2theta'], [69.99525, 80., 97.50225])


if __name__ == '__main__':
Expand Down

0 comments on commit 9ad3c36

Please sign in to comment.