Skip to content

Commit

Permalink
Various updates
Browse files Browse the repository at this point in the history
  • Loading branch information
WenkelF committed Oct 12, 2023
1 parent 36930e1 commit cae7c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphium/nn/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def scale_kwargs(self, scale_factor: Real, scale_in_dim: bool = False):

divide_factor = 1 / scale_factor

if scale_in_dim is None:
if not scale_in_dim:
return self.make_mup_base_kwargs(divide_factor=divide_factor)

# If scale_in_dim passed, need to check it can be forwarded
Expand Down

0 comments on commit cae7c0a

Please sign in to comment.