Skip to content

Commit

Permalink
Fixed typo in variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
modelonrobinandersson committed Feb 3, 2025
1 parent acfddad commit 6787a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -1963,7 +1963,7 @@ def test_cpu_time(self):
res = fmu.simulate(options = opts)

rdb = ResultDymolaBinary(opts["result_file_name"])
cpu_time = rdb.get_variable_data('cpu_time').x
cpu_time = rdb.get_variable_data(f"{DIAGNOSTICS_PREFIX}cpu_time").x

first_value = -1 # initialize to any negative value since the first cpu_time value is 0.0

Expand Down

0 comments on commit 6787a44

Please sign in to comment.