From 88db2a9a44f254cb68b9a9b878403409ae7b5c76 Mon Sep 17 00:00:00 2001 From: thivin Date: Wed, 24 Apr 2024 01:00:27 +0530 Subject: [PATCH] Bug fix: wrong function call to obtain lr was corrected and tested --- tests/integration/test_accuracy_helmholtz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_accuracy_helmholtz.py b/tests/integration/test_accuracy_helmholtz.py index 7bd076a..e2f5b11 100644 --- a/tests/integration/test_accuracy_helmholtz.py +++ b/tests/integration/test_accuracy_helmholtz.py @@ -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],