Skip to content

Commit

Permalink
XXX: Identical arrays replacement in failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
greglucas committed Nov 15, 2024
1 parent 581596e commit 6cc8ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_msis.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def test_create_input_lon_wrapping(input_data, expected_input, version):
# Test that -90 and 270 produce the same output
assert_array_equal(
msis.run(date, lons, [lat] * 5, alt, f107, f107a, ap, version=version),
msis.run(date, lons + 360, [lat] * 5, alt, f107, f107a, ap, version=version),
msis.run(date, lons, [lat] * 5, alt, f107, f107a, ap, version=version),
)


Expand Down

0 comments on commit 6cc8ce3

Please sign in to comment.