Skip to content

Commit

Permalink
Merge branch 'main' into singleton-httpx-client
Browse files Browse the repository at this point in the history
  • Loading branch information
HansKallekleiv authored Feb 10, 2025
2 parents 96cc6d4 + 7992deb commit 5eb606b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async def test_get_realizations_vector_data_dates(
# check the first realization
first_real_results = realization_data[0]
assert isinstance(first_real_results, schemas.VectorRealizationData)
assert len(first_real_results.timestamps_utc_ms) == date_count
assert len(first_real_results.timestampsUtcMs) == date_count
assert np.isclose(np.mean(first_real_results.values), expected_mean, atol=1e-5)


Expand Down

0 comments on commit 5eb606b

Please sign in to comment.