Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
changed prepare_clamping_parames to prepare_clamping_params
  • Loading branch information
SimonKamuk authored Dec 16, 2024
1 parent 5c7567d commit 3bc51ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neural_lam/models/base_graph_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ def __init__(self, args, config: NeuralLAMConfig, datastore: BaseDatastore):
) # No layer norm on this one

# Compute indices and define clamping functions
self.prepare_clamping_parames(config, datastore)
self.prepare_clamping_params(config, datastore)

def prepare_clamping_parames(
def prepare_clamping_params(
self, config: NeuralLAMConfig, datastore: BaseDatastore
):
"""
Expand Down

0 comments on commit 3bc51ab

Please sign in to comment.