Raise a ValueError explicitly
Explicitly raise a ValueError
exception instead of silently catching it and spit a line of log. This might be useful for interfaces to mat2.
Edited by jvoisin
Explicitly raise a ValueError
exception instead of silently catching it and spit a line of log. This might be useful for interfaces to mat2.