Restoring previous versions of nrtest files that work

This commit is contained in:
Lew Rossman
2021-04-20 15:59:23 -04:00
parent a652175523
commit c64cbe1b5f
3 changed files with 49 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ entry_points = {
'nrtest.compare': [
'epanet allclose = nrtest_epanet:epanet_allclose_compare',
#'epanet mincdd = nrtest_epanet:epanet_mincdd_compare',
#'epanet report = nrtest_epanet:epanet_report_compare',
'epanet report = nrtest_epanet:epanet_report_compare',
# Add entry point for new comparison functions here
]
}