Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tjlane committed Oct 23, 2024
1 parent bfd5cb4 commit d940c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/test_testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def test_map_columns_smoke() -> None:
mt.MapColumns(amplitude="amp", phase="phase", uncertainty=None)
mt.MapColumns(amplitude="amp", phase="phase", uncertainty="sig")


def test_phases_allclose() -> None:
close1 = np.array([0.0, 89.9999, 179.9999, 359.9999, 360.9999])
close2 = np.array([-0.0001, 90.0, 180.0001, 360.0001, 0.9999])
Expand Down

0 comments on commit d940c4f

Please sign in to comment.