Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry Lin committed Aug 20, 2023
1 parent a89a357 commit aa48c09
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 394 deletions.
1 change: 0 additions & 1 deletion climsim_utils/data_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,6 @@ def create_metrics_df(self, data_split):
assert len(self.model_names) != 0
assert len(self.metrics_names) != 0
assert self.target_vars is not None
assert self.target_train is not None
assert self.target_feature_len is not None

if data_split == 'train':
Expand Down
Loading

0 comments on commit aa48c09

Please sign in to comment.