Update tests/regression_tests/model_xml/test.py

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
Patrick Shriwise 2022-12-06 21:50:49 -06:00 committed by GitHub
parent 55d77cf06c
commit 7873b4d6c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,11 +32,6 @@ class ModelXMLTestHarness(PyAPITestHarness):
def _get_inputs(self):
return open('model.xml').read()
# def _compare_inputs(self):
# """Skip input comparisons for now
# """
# pass
def _compare_results(self):
"""Make sure the current results agree with the reference."""
compare = filecmp.cmp('results_test.dat', self.results_true)