Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dfulu committed Jun 13, 2024
1 parent 2f74109 commit ee352d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pvnet/models/base_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def minimize_data_config(input_path, output_path, model):
Args:
input_path: Path to input datapipes configuration file
output_path: Location to save the output configuration file
model: The PVNet model object
"""
with open(input_path) as cfg:
config = yaml.load(cfg, Loader=yaml.FullLoader)

Check warning on line 91 in pvnet/models/base_model.py

View check run for this annotation

Codecov / codecov/patch

pvnet/models/base_model.py#L90-L91

Added lines #L90 - L91 were not covered by tests
Expand Down

0 comments on commit ee352d7

Please sign in to comment.