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
{{ message }}
This repository was archived by the owner on Mar 25, 2025. It is now read-only.
Even simple changes like:
J
row-major(X - X_old)/dt = dX
->X = X_old + dt*dX
are practically almost impossible because they require changing the hard coded reference across 1000s of lines of code. For example,
nmodl/test/unit/visitor/sympy_solver.cpp
Lines 1848 to 2055 in 6d3b830
requires changing well over 100 lines of code.
The text was updated successfully, but these errors were encountered: