BlueBrain / BlueBrain/BluePyMM

py38 functional tests run forever

Ouverte
#236 6 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Python
Étoiles
13
Forks
9
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

The run step freezes after bluepymm.select_combos: test select_combos based on example simple1 test is executed.

Here is the last log produced, nothing else gets written after this log.

```
bluepymm.select_combos: test select_combos based on example simple1 ... /home/runner/work/BluePyMM/BluePyMM/bluepymm/select_combos/reporting.py:379: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
ext_neurondb = ext_neurondb.append(emodel_ext_neurondb_rows)
/home/runner/work/BluePyMM/BluePyMM/bluepymm/select_combos/reporting.py:381: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
megate_passed_all = megate_passed_all.append(
/home/runner/work/BluePyMM/BluePyMM/bluepymm/select_combos/reporting.py:383: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
median_scores = median_scores.append(emodel_median_scores)
/home/runner/work/BluePyMM/BluePyMM/bluepymm/select_combos/reporting.py:384: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
passed_combos = passed_combos.append(emodel_passed_combos)
/home/runner/work/BluePyMM/BluePyMM/bluepymm/select_combos/reporting.py:379: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
ext_neurondb = ext_neurondb.append(emodel_ext_neurondb_rows)
/home/runner/work/BluePyMM/BluePyMM/bluepymm/select_combos/reporting.py:381: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
megate_passed_all = megate_passed_all.append(
/home/runner/work/BluePyMM/BluePyMM/bluepymm/select_combos/reporting.py:383: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
median_scores = median_scores.append(emodel_median_scores)
/home/runner/work/BluePyMM/BluePyMM/bluepymm/select_combos/reporting.py:384: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
passed_combos = passed_combos.append(emodel_passed_combos)
/home/runner/work/BluePyMM/BluePyMM/bluepymm/select_combos/reporting.py:313: UserWarning: Tight layout not applied. The bottom and top margins cannot be made large enough to accommodate all axes decorations.
plt.tight_layout()
ok
```

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Piste de recherche

Commencez par le test fonctionnel de select_combos basé sur l’exemple simple1, puis examinez bluepymm/select_combos/reporting.py autour des lignes 313 et 379-384. Reproduisez l’exécution et déterminez ce qui se passe après la dernière sortie de journalisation ; c’est terminé lorsque le test s’achève au lieu de se figer.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
pandas, python
Domaine
testing-qa
Type d'issue
Bug
Difficulté
3/5
Temps estimé
1-2 jours
Activité
À l'abandon
Clarté
Plutôt claire
Accessibilité débutants
45/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.