PEtab-dev / PEtab-dev/libpetab-python
Remove `v2.Problem.*_df`
Dieses Issue hat noch niemand übernommen.
- Vorherrschende Sprache
- Python
- Sterne
- 18
- Forks
- 9
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
After #405 , tables are kept separate. Providing the combined dataframe at e.g. petab_problem.condition_df will mean pre-existing code might silently fail because editing petab_problem.condition_df no longer changes the real condition table(s).
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Rechercherichtung
Start by searching the repository for the v2.Problem dataframe attributes and read the context from issue #405. Confirm which separate tables replaced the combined dataframes, then remove the combined attributes while preserving the separate-table interface; done means the obsolete *_df properties are no longer provided.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- python
- Bereich
- api, data
- Issue-Typ
- Refactoring
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 45/100