Merge pull request #205 from abosafia/master

chain sim
pull/276/head
Alain Pelletier 2024-10-04 10:25:54 -03:00 zatwierdzone przez GitHub
commit a3c01e2b93
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -109,8 +109,8 @@ async def doSimulation(name, operations):
"""
for o in operations:
getOperationSources(o)
limits = getBoundsMultiple(
operations) # this is here because some background computed operations still didn't have bounds data
o.material.estimate_from_model= True
limits = getBoundsMultiple(operations) # this is here because some background computed operations still didn't have bounds data
i = await generateSimulationImage(operations, limits)
# cp = getCachePath(operations[0])[:-len(operations[0].name)] + name
cp = getSimulationPath()+name