You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> susy/supreme gasoline - ethyl lead.yaml
_solver.py:666 INFO Running linear solver...
_solver.py:306 WARNING EmptySet response - likely overdetermined
_solver.py:342 INFO Searching for inconsistency in system of equations...
Traceback (most recent call last):
File "C:\Users\PV\Documents\gtnh-flow\factory_graph.py", line 69, in generate_one
self.graph_gen(self, project_name[:-5], recipes, self.graph_config)
File "C:\Users\PV\Documents\gtnh-flow\src\graph\_solver.py", line 668, in systemOfEquationsSolverGraphGen
solver.run()
File "C:\Users\PV\Documents\gtnh-flow\src\graph\_solver.py", line 77, in run
self._solve()
File "C:\Users\PV\Documents\gtnh-flow\src\graph\_solver.py", line 315, in _solve
self._searchForInconsistency()
File "C:\Users\PV\Documents\gtnh-flow\src\graph\_solver.py", line 382, in _searchForInconsistency
unvar = unsolved[0]
~~~~~~~~^^^
IndexError: list index out of range
factory_graph.py:72 ERROR Error generating graph for project "susy/supreme gasoline - ethyl lead.yaml": list index out of range
factory_graph.py:73 ERROR If error cause is not obvious, please notify dev: https://github.com/OrderedSet86/gtnh-flow/issues
To clarify for later reference; the unvar = unsolved[0] error message is fixed; the underlying issue here giving EmptySet is not. The issue is parallel ratio mismatch which the solver should detect and print some kind of error about
Error:
Code:
The text was updated successfully, but these errors were encountered: