forked from enviPath/enviPy
fixed calls to create MLRelativeReasoning during bootstrap.py and test_model.py
This commit is contained in:
@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user