Skip to content

Commit 0ad4597

Browse files
authored
Merge pull request #361 from NASA-IMPACT/update-schemalinks-granule-la
schema path for collection 1.18.4 only
2 parents d41f82c + 2f65c07 commit 0ad4597

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyQuARC/code/schema_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from .constants import ECHO10_C, SCHEMA_PATHS, UMM_C, UMM_G
1111

1212

13-
SUPPORTED_UMM_C_VERSIONS = ["v1.18.4", "v1.18.3", "v1.18.2"]
13+
SUPPORTED_UMM_C_VERSIONS = ["v1.18.4"]
1414
DEFAULT_UMM_C_VERSION = "v1.18.4" # Or any other version you prefer as default
1515

1616
# Define UMM-G versions if you want to make it flexible as well

0 commit comments

Comments
 (0)