mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Update tests/regression_tests/model_xml/test.py
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
55d77cf06c
commit
7873b4d6c1
1 changed files with 0 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue