Skip to content

Commit

Permalink
Updating the failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
gkogekar authored and speth committed Jun 22, 2023
1 parent ae40b86 commit d717e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/python/test_onedim.py
Expand Up @@ -1370,7 +1370,7 @@ def test_mixture_averaged(self, saveReference=False):
filename = self.test_work_path / "CounterflowPremixedFlame-h2-mix-RK.csv"
filename.unlink(missing_ok=True)

sim.write_csv(filename) # check output
sim.save(filename) # check output
self.assertTrue(filename.is_file())
csv_data = np.genfromtxt(filename, dtype=float, delimiter=',', names=True)
self.assertNotIn('qdot', csv_data.dtype.names)
Expand Down

0 comments on commit d717e8b

Please sign in to comment.