Open CorbinFoucart opened 6 years ago
there are print statements everywhere, these should be switched out for logger calls.
The underlying FEM_base should be cleaned up and finalized before logger stuff is handled. logging is a better fit for actual application of the code rather than the backend.
there are print statements everywhere, these should be switched out for logger calls.