Adjustment to regression test criteria - 2

This commit is contained in:
Lew Rossman
2021-04-20 10:13:03 -04:00
parent e58d36c6a1
commit 9e286293ae
2 changed files with 3 additions and 3 deletions

View File

@@ -9,6 +9,7 @@
#
''' Setup up script for nrtest_epanet package. '''
''' 'epanet mincdd = nrtest_epanet:epanet_mincdd_compare', '''
''' 'epanet report = nrtest_epanet:epanet_report_compare', '''
try:
from setuptools import setup
@@ -18,7 +19,6 @@ except ImportError:
entry_points = {
'nrtest.compare': [
'epanet allclose = nrtest_epanet:epanet_allclose_compare',
'epanet report = nrtest_epanet:epanet_report_compare',
# Add entry point for new comparison functions here
]
}