Skip to content

Commit

Permalink
Bug fix:
Browse files Browse the repository at this point in the history
wrong function call to obtain lr was corrected and tested
  • Loading branch information
thivinanandh committed Apr 23, 2024
1 parent f29560e commit 88db2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_accuracy_helmholtz.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def test_helmholtz_accuracy_external(helmholtz_test_data_circle):
bilinear_params_dict = datahandler.get_bilinear_params_dict_as_tensors(bilinear_params)

# Get the learning rate dictionary
lr_dict = poisson_learning_rate_static_data()
lr_dict = helmholtz_learning_rate_static_data()

# Generate a model
model = DenseModel(layer_dims=[2,50,50,50,1],
Expand Down

0 comments on commit 88db2a9

Please sign in to comment.