demiangomez / Parallel.GAMIT

Python wrapper to parallelize GAMIT executions
GNU General Public License v3.0
35 stars 16 forks source link

Add message when pyETM does not generate a model #45

Closed demiangomez closed 4 years ago

demiangomez commented 4 years ago

When pyETM does not generate a model, print out a message (in the console or plot) saying why a model could not be computed.

demiangomez commented 4 years ago

Added logger capabilities that get printed to stdout when running PlotETM.py (can be deactivated with switch)

demiangomez commented 4 years ago

This enhancement has been finished