Skip to content

Commit

Permalink
Fixing linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
alucantonio committed Mar 8, 2024
1 parent a415ab0 commit f892862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cochain.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def test_hodge_star(setup_test):
71.11111111, 85.33333333, 95.31914894, 108.93617021,
153.2594235, 175.34246575, 196.00928074, 204.8,
220.39735099, 239.46547884],
dtype=dctkit.float_dtype)[:, None]
dtype=dctkit.float_dtype)[:, None]
star_true_all = [star_cP0_true, star_cP1_true, star_cP2_true]

for i in range(3):
Expand Down

0 comments on commit f892862

Please sign in to comment.