Skip to content

Commit

Permalink
Fixed format test
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteVandecrux committed Nov 12, 2024
1 parent c764560 commit 82a1367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pypromice/process/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def __init__(
formats = {dataset.attrs["format"].lower() for dataset in self.L0}
if "raw" in formats:
self.format = "raw"
elif "STM" in formats:
elif "stm" in formats:
self.format = "STM"
elif "tx" in formats:
self.format = "tx"
Expand Down

0 comments on commit 82a1367

Please sign in to comment.