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
The unit tests perform their own verification, so the commented out code could be removed or restored, depending on whether it's useful to always run a Taylor test ahead of an inversion.
@bearecinos last one is used in tests. 2nd should be moved to sandbox if you can do so easily. looks like process_eigendec plots eigenvalues and saves eigenvectors to a file for visualisation. i believe we are now using other code that does this -- right?? can you check to be sure it is not used by any of the ismip example cases?
There lots of unused code or deprecated code that needs to be deleted and/or examined.
Examples where to start:
Tons of unsolved references in
model.py
functions from specific libraries are never called at the beginning of the file, see here a few examples:1, 2, 3
functions in
model.py
that are never used: init_vel_obs_oldUnused and commented code in
solver.py
some examples: 1, 2, def_thickadv_eq(self) and more in same functionTons of unused / commented code in solver.py/inversion!:
The text was updated successfully, but these errors were encountered: