Skip to content

Commit

Permalink
Fix formating (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSava authored Nov 27, 2023
1 parent 467edd6 commit 1017ccc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/fmu/ensemble/etc.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ def _get_class_from_frame(frame):
return outer[0]

def _output(self, idx, level, string):

# pylint: disable=too-many-branches

prefix = ""
Expand Down
1 change: 0 additions & 1 deletion src/fmu/ensemble/observations.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ def load_smry(self, realization, smryvector, time_index="yearly", smryerror=None
self.observations["smry"].append(virtobs)

def __len__(self):

"""Return the number of observation units present"""
# This is not correctly implemented yet..
return len(self.observations.keys())
Expand Down
1 change: 0 additions & 1 deletion src/fmu/ensemble/realization.py
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,6 @@ def get_smry(
parseddate = dateutil.parser.isoparse(time_index)
time_index_arg = [parseddate]
except ValueError:

time_index_arg = self.get_smry_dates(
freq=time_index,
start_date=start_date,
Expand Down

0 comments on commit 1017ccc

Please sign in to comment.