Closed pshriwise closed 2 years ago
The tool should require a minimum version of OpenMC and report a version in compatibility before loading the application. As of now, the only indication is some error in the terminal output -- usually buried by a Qt traceback.
https://openmc.discourse.group/t/question-about-openmc-plotter/1050
Perhaps something like this will do the trick
if openmc.__version__ < 0.12.0: raise ImportError('openmc version of 0.12.0 or newer is required')
This has been addressed in #42 and updated in #59.
The tool should require a minimum version of OpenMC and report a version in compatibility before loading the application. As of now, the only indication is some error in the terminal output -- usually buried by a Qt traceback.
https://openmc.discourse.group/t/question-about-openmc-plotter/1050