Skip to content

Commit

Permalink
fix method read_output
Browse files Browse the repository at this point in the history
  • Loading branch information
keurfonluu committed May 19, 2024
1 parent 5e1231b commit a31ad2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toughio/_mesh/_mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ def read_output(
if isinstance(file_or_output, str):
out = read_output(

Check warning on line 499 in toughio/_mesh/_mesh.py

View check run for this annotation

Codecov / codecov/patch

toughio/_mesh/_mesh.py#L499

Added line #L499 was not covered by tests
file_or_output, time_steps=time_step, connection=connection
)[0]
)

else:
out = file_or_output
Expand Down

0 comments on commit a31ad2a

Please sign in to comment.