Skip to content

Commit ec0629c

Browse files
authored
Corrected method name mistake
1 parent e05ebf2 commit ec0629c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rom_application/RomManager_cantilever_NN/demo_rom_manager_nn.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,6 @@ def get_multiple_params(n_samples, seed):
173173
rom_manager = RomManager(project_parameters_name,general_rom_manager_parameters,CustomizeSimulation,UpdateProjectParameters,UpdateMaterialParametersFile)
174174

175175
"""if no list "mu" is passed, the case already contained in the ProjectParametes and CustomSimulation is launched (useful for example for a single time dependent simulation)"""
176-
rom_manager.FitNN(mu_train, mu_test)
177-
# rom_manager.TestNN()
176+
rom_manager.FitNeuralNetwork(mu_train, mu_test)
177+
# rom_manager.TestNeuralNetwork()
178178

0 commit comments

Comments
 (0)