Skip to content

Commit

Permalink
Update pyam/netcdf.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Huppmann <dh@dergelbesalon.at>
  • Loading branch information
LinhHo and danielhuppmann authored Dec 9, 2024
1 parent b764375 commit aee7245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyam/netcdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def read_netcdf(path):
raise TypeError(
f"Cannot define {_var}, different indices from META_IDX and IAMC_IDX."
)
_full_df = pd.concat(dfs).reset_index(drop=True)
data = pd.concat(_data).reset_index(drop=True)

return IamDataFrame(
_full_df,
Expand Down

0 comments on commit aee7245

Please sign in to comment.