Skip to content

Commit

Permalink
testing atmo_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
SallyElHajjar committed Nov 27, 2024
1 parent 3942a9f commit cd8b9ef
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions usl_models/tests/atmo_ml/atmo_utils_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ def test_split_time_step_pairs():
expected_output = tf.constant(
[
[
[
[[0, 1], [4, 5]],
[[8, 9], [12, 13]],
],
[
[[2, 3], [6, 7]],
[[10, 11], [14, 15]],
Expand All @@ -82,10 +78,6 @@ def test_split_time_step_pairs():
[[32, 33], [36, 37]],
[[40, 41], [44, 45]],
],
[
[[34, 35], [38, 39]],
[[42, 43], [46, 47]],
],
],
]
)
Expand Down

0 comments on commit cd8b9ef

Please sign in to comment.