fixed calls to create MLRelativeReasoning during bootstrap.py and test_model.py

This commit is contained in:
Liam Brydon
2025-08-22 11:28:01 +12:00
parent b95ec98a2f
commit b45c99f7d3
2 changed files with 12 additions and 12 deletions

View File

@ -37,12 +37,12 @@ class ModelTest(TestCase):
mod = MLRelativeReasoning.create(
self.package,
'ECC - BBD - 0.5',
'Created MLRelativeReasoning in Testcase',
rule_package_objs,
data_package_objs,
eval_packages_objs,
threshold
threshold,
'ECC - BBD - 0.5',
'Created MLRelativeReasoning in Testcase',
)
ds = mod.load_dataset()