Skip to content

Commit

Permalink
bug parenthesis erased
Browse files Browse the repository at this point in the history
  • Loading branch information
anaismoller committed Apr 6, 2020
1 parent 3211bb9 commit 00ff200
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions supernnova/utils/data_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def tag_type(df, settings, type_column="TYPE"):

df[f"target_{len(settings.sntypes)}classes"] = df[type_column].apply(
lambda x: classes_to_use[x]
)

return df

Expand Down

0 comments on commit 00ff200

Please sign in to comment.