reflectivity / orsopy

http://www.reflectometry.org/orsopy/
MIT License
0 stars 8 forks source link

Fix bug in Sample #92

Closed aglavic closed 2 years ago

aglavic commented 2 years ago

Creating a Sample object that contains sample_parameters dictionary fails with ORSOResolveError. This was caused by the type resolution only working for Dict[key, value] or dict but not Dict.

Added a warning and a suitable type hint for sample_parameters.

arm61 commented 2 years ago

Sorry for the delay (was on annual leave), looks fine to me.