OutlierVentures / QTM-Interface

GNU General Public License v3.0
28 stars 18 forks source link

Input Data Integrity #44

Closed achimstruve closed 8 months ago

achimstruve commented 1 year ago

Create input data integrity tests that ensure that only valid data types and value ranges are used as model input.

The input parameters will be loaded inside of the ./Model/sys_params.py. Here we could build a new function that does the mentioned task.

BlockBoy32 commented 1 year ago

Could potentially use the params.py module for this: https://param.holoviz.org/

achimstruve commented 1 year ago

@BlockBoy32 this looks interesting. I just watched the intro video. We should give it a try and solve it with param.

achimstruve commented 8 months ago

The vast majority of input parameters are under consistency and type checks already at the UI level with additional internal integrity tests. This should be sufficient for the current state of the model and we can improve on it as we go.

I close this issue as further improvement on this end is not a priority at this point.