Skip to content

Commit

Permalink
no tf, no tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Mario Cruz-Duarte committed Sep 21, 2024
1 parent d7c8ed6 commit 8bf6f6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions customhys/test_solvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_dynamic():
exp = Experiment("./tests/dynamic.json")
exp.run()

def test_neural_network():
exp = Experiment("./tests/neural_network.json")
exp.run()
#def test_neural_network():
# exp = Experiment("./tests/neural_network.json")
# exp.run()

0 comments on commit 8bf6f6c

Please sign in to comment.