issues
search
eX-Mech
/
pymech
A Python software suite for Nek5000 and SIMSON
https://pymech.readthedocs.io/en/stable
GNU General Public License v3.0
24
stars
24
forks
source link
Raise exception not log
#121
Closed
ashwinvis
closed
1 month ago
ashwinvis
commented
1 month ago
Convert logger.error into ValueError
Rely on native exceptions or use ValueError instead of logger.critical
Keep logger.error when within a loop
Rm unreachable code
Fixes #80 #39
Fixes #80 #39