Bug Fixes
- Better handle midline model. \
This means disabling the evolution over midline extension. Also, since the new
version of `lymph-model`, the `midext_prob` parameter is not epected to be the
first one anymore when passed to `set_params()`.
- Pass only ipsilateral diagnosis to unilateral model.
- Pass diagnose & involvement correctly to models as dict.
Testing
- Ensure unilateral model receives correct diagnosis.
- Test that diagnosis is used correctly in posteriors.
Build
- Bump lydata & lymph-model dependency.