mantidproject / mslice

Source code for Mantid MSlice
http://mantidproject.github.io/mslice
1 stars 2 forks source link

Investigate replacing explicit checks with pydantic #997

Open SilkeSchomann opened 1 month ago

SilkeSchomann commented 1 month ago

Recently Mantid started using pydantic to improve type validation in some areas, especially in Abins code (https://github.com/mantidproject/mantid/pull/37261). It might help to make MSlice code more maintainable and robust as well.