MilesCranmer commited on
Commit
4c67c21
1 Parent(s): d4d95e5

Test temp equation file

Browse files
Files changed (1) hide show
  1. test/test.py +1 -0
test/test.py CHANGED
@@ -60,6 +60,7 @@ class TestPipeline(unittest.TestCase):
60
  extra_sympy_mappings={"sq": lambda x: x ** 2},
61
  **self.default_test_kwargs,
62
  procs=0,
 
63
  )
64
 
65
  np.testing.assert_almost_equal(
 
60
  extra_sympy_mappings={"sq": lambda x: x ** 2},
61
  **self.default_test_kwargs,
62
  procs=0,
63
+ temp_equation_file=True,
64
  )
65
 
66
  np.testing.assert_almost_equal(