ULB-Metronu / zgoubidoo

Python interface for Zgoubi
https://ulb-metronu.github.io/zgoubidoo/
GNU General Public License v3.0
7 stars 6 forks source link

Add support for parameters input validation #6

Closed chernals closed 5 years ago

chernals commented 6 years ago

At the moment all parameters can take any value. With the support from pint it is possible to perform at least input validation based on the dimensions. Range validation could also be added.

chernals commented 5 years ago

Done.