Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinAchondo committed Jul 2, 2024
1 parent 0c0706e commit 91d3f63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_xppbe.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ def test_scripts():
@pytest.mark.parametrize(
('pinns_method','model','scheme'),
(
('DCM','linear','direct'),
#('DCM','linear','direct'),
#('DCM','linear', 'regularized_scheme_1'),
#('DCM','nonlinear','regularized_scheme_2'),
('DVM','linear','direct'),
#('DVM','linear','direct'),
#('DVM','linear','regularized_scheme_1'),
#('DVM','nonlinear','regularized_scheme_1'),
('DBM','linear','direct')
Expand All @@ -81,7 +81,7 @@ def test_pinns_method_and_schemes(pinns_method,model,scheme):
sim.equation = scheme
if pinns_method == 'DBM':
sim.num_networks = 1
sim.losses['IB1','IB2']
sim.losses = ['IB1','IB2']
sim.create_simulation()
sim.adapt_model()
sim.solve_model()
Expand Down

0 comments on commit 91d3f63

Please sign in to comment.