4 lines
175 B
Python
4 lines
175 B
Python
total = sum(c.n_equations() for c in system.graph.node_weights())
|
|
# Wait, system in python doesn't expose node_weights.
|
|
# I'll just run complete_thermodynamic_system.py again
|