flo-schu / pymob

Python model building platform
MIT License
0 stars 0 forks source link

Check parameters obtained from probabilistic model and fixed parameters with provided model #48

Open flo-schu opened 3 months ago

flo-schu commented 3 months ago

Currently, parameters are collected from different sources and patched together. In addition, jax only warns when arguments are None, when they are forwarded to the model.

This creates a recipe for catastrophes.

TODO