Skip to content

Commit

Permalink
Fix unused ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Aug 2, 2024
1 parent 5111880 commit 8aa13a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ert/analysis/_es_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def _get_observations_and_responses(
all_responses = all_responses.reindex(
time=observation.time,
method="nearest",
tolerance="1s", # type: ignore
tolerance="1s",
)
try:
observations_and_responses = observation.merge(all_responses, join="left")
Expand Down

0 comments on commit 8aa13a5

Please sign in to comment.