Skip to content

Commit da3b967

Browse files
committed
pr comments
1 parent 57f601d commit da3b967

File tree

6 files changed

+79
-81
lines changed

6 files changed

+79
-81
lines changed

pyphare/pyphare/pharein/simulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ def check_directory(directory, key):
481481
# diag_options = {"format":"phareh5", "options": {"dir": "phare_ouputs/"}}
482482
def check_diag_options(**kwargs):
483483
diag_options = kwargs.get("diag_options", None)
484-
formats = ["phareh5", "pharevtkh5"]
484+
formats = ["phareh5", "pharevtkhdf"]
485485
if diag_options is not None and "format" in diag_options:
486486
if diag_options["format"] not in formats:
487487
raise ValueError("Error - diag_options format is invalid")

0 commit comments

Comments
 (0)