Skip to content

Commit

Permalink
Fix code quality issue
Browse files Browse the repository at this point in the history
  • Loading branch information
macflo8 committed Jul 3, 2024
1 parent 4c2c169 commit 4814e7a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions message_ix_models/model/material/data_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -768,9 +768,7 @@ def calc_hist_activity(
df_orig = get_hist_act_data(

Check warning on line 768 in message_ix_models/model/material/data_util.py

View check run for this annotation

Codecov / codecov/patch

message_ix_models/model/material/data_util.py#L768

Added line #L768 was not covered by tests
"all_technologies.csv", years=years, iea_data_path=iea_data_path
)
df_mat = get_hist_act_data(
"industry.csv", years=years, iea_data_path=iea_data_path
)
df_mat = get_hist_act_data("industry.csv", years=years, iea_data_path=iea_data_path)
df_chem = get_hist_act_data(

Check warning on line 772 in message_ix_models/model/material/data_util.py

View check run for this annotation

Codecov / codecov/patch

message_ix_models/model/material/data_util.py#L771-L772

Added lines #L771 - L772 were not covered by tests
"chemicals.csv", years=years, iea_data_path=iea_data_path
)
Expand Down

0 comments on commit 4814e7a

Please sign in to comment.