Skip to content

Commit

Permalink
fix typo for bc
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Jan 30, 2024
1 parent 0cedf95 commit 9f27562
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion antarest/study/storage/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ def _generate_columns(column_suffix: str) -> t.List[str]:
"alias": "bindingconstraints",
"rows": [],
"stats": False,
"cols_with_version": {"after_870": ["<", ">", "="], "before_870": []},
"cols_with_version": {"before_870": ["<", ">", "="], "after_870": []},
},
"input/links/*/*": {
"alias": "links",
Expand Down
2 changes: 1 addition & 1 deletion antarest/study/web/raw_studies_blueprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def get_matrix(
# todo: J'ai mis 10 minutes d'expiration, à voir
# todo: Il faudrait supporter le format txt s'il n'y a pas de header. Possible avec GET raw et formatted à False. A creuser.
# todo: ajouter dans les exemples le truc pour allocation et correlation pour que les users comprennent
# todo: on ne gère pas encore les stats
# todo: on ne gère pas encore les stats, et il y en a aussi ailleurs genre dans load :/. Il faudra faire une passe là-dessus.
# todo: peut-être changer la structure de la matrice pour ne pas avoir à faire du type ignore
# todo: faire tout le travail pour avoir les headers dans un endpoint dédié. Ce endpoint pourrait prendre en entrée une langue qui serait envoyé par le front.

Expand Down

0 comments on commit 9f27562

Please sign in to comment.