Skip to content

Commit

Permalink
added version 1 to ORDER_DEFINITIONS (#581)
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Wildman <joshua.wildman1@bp.com>
  • Loading branch information
jwildman135 and Josh Wildman authored Mar 13, 2024
1 parent 128de51 commit e33edd9
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions lasio/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,32 @@ def get_default_items():


ORDER_DEFINITIONS = {
1.0: OrderedDict(
[
("Version", ["value:descr"]),
(
"Well",
[
"descr:value",
(
"value:descr",
[
"STRT",
"STOP",
"STEP",
"NULL",
"strt",
"stop",
"step",
"null",
],
),
],
),
("Curves", ["value:descr"]),
("Parameter", ["value:descr"]),
]
),
1.2: OrderedDict(
[
("Version", ["value:descr"]),
Expand Down

0 comments on commit e33edd9

Please sign in to comment.