CHL minor

This commit is contained in:
martin 2024-02-01 17:54:20 +01:00
parent d03803ffd7
commit 8a95ef4d51

View File

@ -1158,7 +1158,7 @@ class Draw_Simulator:
# print("\t",game[0],game[1],sol_dict[game[0]][game[1]])
# for game in self.awayGames[g, p]:
# print("\t",game[0],game[1],sol_dict[game[0]][game[1]])
base_scenario_id = 9529
base_scenario_id = 10081
base_scenario = Scenario.objects.get(id=base_scenario_id)
scenario = copy_scenario(base_scenario,f" - {self.opponent_func.__name__} - {nSim}")