petab_select/ui.py:182:13: F821 Undefined name `calibrated_models` petab_select/ui.py:185:20: F821 Undefined name `calibrated_models` After fixing that, enable `F821` in pyproject.toml: https://github.com/PEtab-dev/petab_select/blob/89783cd035b61ff83b742a1767add83246cc0a2b/pyproject.toml#L68
petab_select/ui.py:182:13: F821 Undefined name
calibrated_modelspetab_select/ui.py:185:20: F821 Undefined name
calibrated_modelsAfter fixing that, enable
F821in pyproject.toml:petab_select/pyproject.toml
Line 68 in 89783cd