From b1630e8594056b613380f301ec4e38ace316f96e Mon Sep 17 00:00:00 2001 From: yokochin Date: Mon, 7 Oct 2024 21:06:21 -0500 Subject: [PATCH] Removed Fossil Variable Call from test_read_rates --- mess_io/tests/test_read_rates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mess_io/tests/test_read_rates.py b/mess_io/tests/test_read_rates.py index 0b0656d..4be0812 100644 --- a/mess_io/tests/test_read_rates.py +++ b/mess_io/tests/test_read_rates.py @@ -288,7 +288,7 @@ def test__rxns_labels(): ) assert ref_rxns1 == mess_io.reader.rates.reactions( - KTP_OUT_STR, read_rev=True) + KTP_OUT_STR) def test__filter_ktp():