From 2bc6bf8c80337e8e6c54fb6a18327d5da1afd2ed Mon Sep 17 00:00:00 2001 From: "Yngve S. Kristiansen" Date: Wed, 2 Oct 2024 12:05:48 +0200 Subject: [PATCH] (fixup test) Remove outdated comment --- tests/ert/unit_tests/data/test_integration_data.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ert/unit_tests/data/test_integration_data.py b/tests/ert/unit_tests/data/test_integration_data.py index 0b6137fca5b..adae3ebff33 100644 --- a/tests/ert/unit_tests/data/test_integration_data.py +++ b/tests/ert/unit_tests/data/test_integration_data.py @@ -31,7 +31,6 @@ def test_history_obs(create_measured_data): fopr = create_measured_data(["FOPR"]) fopr.remove_inactive_observations() - # Why 210, not 200? assert fopr.data.shape == (7, 200)