FireDynamics / FireDynamics/LectureFireSimulation
The python code examples in section 3.1 don't work.
- Langage dominant
- Jupyter Notebook
- Étoiles
- 33
- Forks
- 9
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
When executing python code, an error message is displayed in section 3.1.:
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
~\AppData\Local\Temp/ipykernel_3356/82368212.py in
16 to_del.append(s.mesh)
17 for m in to_del:
---> 18 del slice._subslices[m]
19
20 extent = (slice.extent[0][0], slice.extent[0][1],
TypeError: unhashable type: 'Mesh'
Version: fdsreader1.9.1 , FDS 6.7.5
I ask you to update the python code in section 3.1.
I'm new to the fdsreader library
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Open the code examples in section 3.1 and reproduce the reported TypeError at the line deleting from slice._subslices, using fdsreader 1.9.1 and FDS 6.7.5. Trace the example's use of the fdsreader objects and update the section so the examples execute successfully without this error.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- python
- Domaine
- documentation
- Type d'issue
- Bug
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 45/100