Skip to content

Commit

Permalink
[4.2] Améliorations et corrections lecture RCAL + Pm_TolStQ dans OPTI…
Browse files Browse the repository at this point in the history
… en g1.3
  • Loading branch information
lucduron committed Sep 27, 2024
1 parent 6a4f588 commit 9819b19
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
Journal des modifications
=========================

## [X.X] en cours
- Prise en compte du déplacement de Pm_TolStQ du CCM vers le OPTI pour les initialisations de type Saint-Venant (g1.3)
## [4.2] - 2024-09-27
### Nouveautés
- Prise en compte du déplacement de `Pm_TolStQ` du CCM vers le OPTI pour les initialisations de type Saint-Venant (g1.3)

### Corrections
- Amélioration performances lecture binaire en utilisant `np.frombuffer` (au lieu de struct)
- Correction plantage lecture RCAL si aucun résultat aux branches

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Liste des tests unitaires par classes principales :
* noeuds => `test_emh_noeud.py`
* sections => `test_emh_section.py`
* Run => `test_run.py`
* ResultatsCalcul => `test_resultats_calcul.py`
* ResultatsCalcul => `test_resultats_calcul_gprec.py`, `test_resultats_calcul_gcour.py`
Les tests unitaires sont vérifiés à chaque push grâce à un workflow Github et peuvent être déclenchés manuellement si
besoin. La coche verte ou la croix rouge à côté du commit permet de savoir rapidement s'ils se sont bien passés.
Expand Down
2 changes: 1 addition & 1 deletion crue10/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# coding: utf-8

#: Version du dépôt Crue10_tools
VERSION = '4.1'
VERSION = '4.2'

0 comments on commit 9819b19

Please sign in to comment.