aai-institute / aai-institute/pyDVL
Bring back `ValuationResult.__repr__`
Ouverte
Adaptée aux débutants
enhancement
good first issue
- Langage dominant
- Python
- Étoiles
- 146
- Forks
- 10
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
It was removed in 0.10.0 because of some interaction with pickling IIRC (?), but it is very convenient when working on a REPL
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Look for the ValuationResult class in the codebase, likely in a core module. Check the git history around version 0.10.0 to see why the __repr__ method was removed. The task is to re-implement a __repr__ method that is useful for REPL debugging but does not interfere with pickling. Test by creating a ValuationResult object in a Python interpreter and verifying the representation.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Domaine
- devtools
- Type d'issue
- Fonctionnalité
- Difficulté
- 2/5
- Temps estimé
- 1-3 heures
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 65/100