Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
jurjen93 committed Oct 29, 2024
1 parent 1355a77 commit 92b1092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h5_merger.py
Original file line number Diff line number Diff line change
Expand Up @@ -1830,7 +1830,7 @@ def add_weights(self):
elif weight_out.shape[dirind] != newvals.shape[dirind]:
sys.exit(
'ERROR: Upsampling of weights because same direction exists multiple times in input h5 '
'(verify and update directions or remove --propagate_flags)')
'(verify and/or update directions or add --no_weight_prop)')
else:
weight_out *= newvals

Expand Down

0 comments on commit 92b1092

Please sign in to comment.