ver Dec22nd

re-organized the evaluator structure to improve the extensibility
This commit is contained in:
David Chang
2023-12-22 14:01:26 +08:00
parent 295d09f1b2
commit f4664bd069
8 changed files with 91 additions and 53 deletions

View File

@@ -1,5 +1,5 @@
from .table import compare_table
#from .table import compare_table
eval_funcs = {
"compare_table(expected, actual)": compare_table
}
#eval_funcs = {
#"compare_table(expected, actual)": compare_table
#}