Skip to content

Commit

Permalink
Remove another unnecessary line per suggestion by @phackstock
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed Mar 1, 2024
1 parent 53f83ad commit c2cf7a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyam/ixmp4.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def read_ixmp4(platform: ixmp4.Platform | str, default_only: bool = True):
)
meta_version["key"] = "version"
meta = pd.concat([meta.drop(columns="version"), meta_version])

else:
index = ["model", "scenario", "version"]

Expand Down

0 comments on commit c2cf7a5

Please sign in to comment.