Skip to content

Commit

Permalink
fixed style
Browse files Browse the repository at this point in the history
  • Loading branch information
itsbharatj committed Mar 1, 2025
1 parent df21a6b commit d2a1b58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pvnet/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ def validate_sample(
_add_issue(
results,
"nwp",
f"""{nwp_type} NWP has incorrect dimensions: {nwp_data.shape},
expected 5D tensor""",
f"{nwp_type} NWP has incorrect dimensions: {nwp_data.shape}",
"expected 5D tensor",
)
else:
height, width = nwp_data.shape[3], nwp_data.shape[4]
Expand Down

0 comments on commit d2a1b58

Please sign in to comment.