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
At the moment there is no way to see if changes to the code break something other than by checking for compiler errors or running one of the relaxation examples. A 'make check' C test suite and a 'make test' Perl test suite are necessary. Tests could come in multiple levels:
Initialization and population of the basic Flux objects
Operations on fluxons: adding & removing vertices, opening fluxons, adding fluxons to a world, etc.
Comparison of forces to analytic solutions
The text was updated successfully, but these errors were encountered:
At the moment there is no way to see if changes to the code break something other than by checking for compiler errors or running one of the relaxation examples. A 'make check' C test suite and a 'make test' Perl test suite are necessary. Tests could come in multiple levels:
The text was updated successfully, but these errors were encountered: