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:
@@ -252,5 +252,5 @@ def get_logic_file(filepath: str):
|
||||
if filepath == "WitnessLogicExpert.txt":
|
||||
return get_sigma_expert_logic()
|
||||
if filepath == "WitnessLogicVanilla.txt":
|
||||
return get_vanilla_logic
|
||||
return get_vanilla_logic()
|
||||
return get_adjustment_file(filepath)
|
||||
|
||||
Reference in New Issue
Block a user