mc
This commit is contained in:
@@ -71,7 +71,7 @@ def run_tests(models: dict[int, Model], seeds: list[int], tests: dict[int, Test]
|
||||
'seed': seed,
|
||||
'technique_id': technique_id
|
||||
}
|
||||
hash_key = str(nxhash(json.dumps(combination, sort_keys=True)))
|
||||
hash_key = nxhash(json.dumps(combination, sort_keys=True))
|
||||
|
||||
combination.update({
|
||||
'test_name': test.name,
|
||||
|
||||
Reference in New Issue
Block a user