Skip to content

Commit

Permalink
stub bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinstadler committed Aug 6, 2024
1 parent 52c3dd6 commit 2b3f875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pymrio/core/mriosystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -2013,14 +2013,14 @@ def convert(self, df_map, extension_name,
# check if the units in the extensions confirm the units
pass
if "unit" in df_map.columns or "unit_new" in df_map.columns:
pass
# set the new unit column
else:
pass
# set unit to "undef" and raise warning

for df in self.get_DataFrame:
# run convert of all dataframe and build new extension
pass
pass


class IOSystem(BaseSystem):
Expand Down

0 comments on commit 2b3f875

Please sign in to comment.