The Witness: Fixed seeds not generating with vanilla logic (#1895)
Yikes, I swear I ran like 15 generations with a random yaml, I got so unlucky
This commit is contained in:
parent
aa8ffa247d
commit
0934e5c711
|
@ -252,5 +252,5 @@ def get_logic_file(filepath: str):
|
||||||
if filepath == "WitnessLogicExpert.txt":
|
if filepath == "WitnessLogicExpert.txt":
|
||||||
return get_sigma_expert_logic()
|
return get_sigma_expert_logic()
|
||||||
if filepath == "WitnessLogicVanilla.txt":
|
if filepath == "WitnessLogicVanilla.txt":
|
||||||
return get_vanilla_logic
|
return get_vanilla_logic()
|
||||||
return get_adjustment_file(filepath)
|
return get_adjustment_file(filepath)
|
||||||
|
|
Loading…
Reference in New Issue