From 8849c7d357e6865e6fe808bcc681576c60ba7461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20H=C3=A6gland?= Date: Mon, 25 Sep 2023 11:01:12 +0200 Subject: [PATCH] Removed reference to unit system The unit system is not used in this example, so we can remove it. --- python/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/python/README.md b/python/README.md index b36283792..f24462fba 100644 --- a/python/README.md +++ b/python/README.md @@ -50,7 +50,6 @@ deck = Parser().parse('SPE1CASE1.DATA') state = EclipseState(deck) schedule = Schedule( deck, state ) summary_config = SummaryConfig(deck, state, schedule) -unit_system = deck.active_unit_system() sim = BlackOilSimulator(deck, state, schedule, summary_config) sim.step_init()