-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP * ScalarNode -> Node * Simplify * Simplify * Simplify * Update docstring * WIP * WIP * Revert UWYAMLTag class hierarchy * Revert unnecessary class change * Rename function * WIP * convert() -> @Property convert * WIP * Tests pass * Improve test-function names * Improve test-function names * Unit tests @ 100% * Doc updates * Simplify * Update notebooks * Revert change to pyproject.toml * Remove commented-out breakpoint * Update * Improve non-str hint * Improve non-str hint * Doc update * Custom UWYAMLConvert __repr__()
- Loading branch information
1 parent
63b70bd
commit 986226f
Showing
13 changed files
with
238 additions
and
197 deletions.
There are no files selected for viewing
56 changes: 28 additions & 28 deletions
56
docs/sections/user_guide/cli/tools/config/realize-verbose.out
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
[2024-11-27T05:24:34] DEBUG Command: uw config realize --input-format yaml --output-format yaml --verbose | ||
[2024-11-27T05:24:34] DEBUG Reading input from stdin | ||
[2024-11-27T05:24:34] DEBUG Dereferencing, current value: | ||
[2024-11-27T05:24:34] DEBUG hello: '{{ recipient }}' | ||
[2024-11-27T05:24:34] DEBUG recipient: world | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendering: hello | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendered: hello | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendering: {{ recipient }} | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendered: world | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendering: recipient | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendered: recipient | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendering: world | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendered: world | ||
[2024-11-27T05:24:34] DEBUG Dereferencing, current value: | ||
[2024-11-27T05:24:34] DEBUG hello: world | ||
[2024-11-27T05:24:34] DEBUG recipient: world | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendering: hello | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendered: hello | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendering: world | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendered: world | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendering: recipient | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendered: recipient | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendering: world | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendered: world | ||
[2024-11-27T05:24:34] DEBUG Dereferencing, final value: | ||
[2024-11-27T05:24:34] DEBUG hello: world | ||
[2024-11-27T05:24:34] DEBUG recipient: world | ||
[2024-11-27T05:24:34] DEBUG Writing output to stdout | ||
[2025-01-05T21:15:07] DEBUG Command: uw config realize --input-format yaml --output-format yaml --verbose | ||
[2025-01-05T21:15:07] DEBUG Reading input from stdin | ||
[2025-01-05T21:15:07] DEBUG [dereference] Dereferencing, current value: | ||
[2025-01-05T21:15:07] DEBUG [dereference] hello: '{{ recipient }}' | ||
[2025-01-05T21:15:07] DEBUG [dereference] recipient: world | ||
[2025-01-05T21:15:07] DEBUG [dereference] Rendering: hello | ||
[2025-01-05T21:15:07] DEBUG [dereference] Rendered: hello | ||
[2025-01-05T21:15:07] DEBUG [dereference] Rendering: {{ recipient }} | ||
[2025-01-05T21:15:07] DEBUG [dereference] Rendered: world | ||
[2025-01-05T21:15:07] DEBUG [dereference] Rendering: recipient | ||
[2025-01-05T21:15:07] DEBUG [dereference] Rendered: recipient | ||
[2025-01-05T21:15:07] DEBUG [dereference] Rendering: world | ||
[2025-01-05T21:15:07] DEBUG [dereference] Rendered: world | ||
[2025-01-05T21:15:07] DEBUG [dereference] Dereferencing, current value: | ||
[2025-01-05T21:15:07] DEBUG [dereference] hello: world | ||
[2025-01-05T21:15:07] DEBUG [dereference] recipient: world | ||
[2025-01-05T21:15:07] DEBUG [dereference] Rendering: hello | ||
[2025-01-05T21:15:07] DEBUG [dereference] Rendered: hello | ||
[2025-01-05T21:15:07] DEBUG [dereference] Rendering: world | ||
[2025-01-05T21:15:07] DEBUG [dereference] Rendered: world | ||
[2025-01-05T21:15:07] DEBUG [dereference] Rendering: recipient | ||
[2025-01-05T21:15:07] DEBUG [dereference] Rendered: recipient | ||
[2025-01-05T21:15:07] DEBUG [dereference] Rendering: world | ||
[2025-01-05T21:15:07] DEBUG [dereference] Rendered: world | ||
[2025-01-05T21:15:07] DEBUG [dereference] Dereferencing, final value: | ||
[2025-01-05T21:15:07] DEBUG [dereference] hello: world | ||
[2025-01-05T21:15:07] DEBUG [dereference] recipient: world | ||
[2025-01-05T21:15:07] DEBUG Writing output to stdout | ||
hello: world | ||
recipient: world |
42 changes: 21 additions & 21 deletions
42
docs/sections/user_guide/cli/tools/config/validate-verbose.out
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
[2024-11-27T05:24:34] DEBUG Command: uw config validate --schema-file schema.jsonschema --input-file values.yaml --verbose | ||
[2024-11-27T05:24:34] DEBUG Using schema file: schema.jsonschema | ||
[2024-11-27T05:24:34] DEBUG Dereferencing, current value: | ||
[2024-11-27T05:24:34] DEBUG values: | ||
[2024-11-27T05:24:34] DEBUG greeting: Hello | ||
[2024-11-27T05:24:34] DEBUG recipient: World | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendering: values | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendered: values | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendering: greeting | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendered: greeting | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendering: Hello | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendered: Hello | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendering: recipient | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendered: recipient | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendering: World | ||
[2024-11-27T05:24:34] DEBUG [dereference] Rendered: World | ||
[2024-11-27T05:24:34] DEBUG Dereferencing, final value: | ||
[2024-11-27T05:24:34] DEBUG values: | ||
[2024-11-27T05:24:34] DEBUG greeting: Hello | ||
[2024-11-27T05:24:34] DEBUG recipient: World | ||
[2024-11-27T05:24:34] INFO 0 schema-validation errors found in config | ||
[2025-01-05T21:15:07] DEBUG Command: uw config validate --schema-file schema.jsonschema --input-file values.yaml --verbose | ||
[2025-01-05T21:15:07] DEBUG Using schema file: schema.jsonschema | ||
[2025-01-05T21:15:07] DEBUG [dereference] Dereferencing, current value: | ||
[2025-01-05T21:15:07] DEBUG [dereference] values: | ||
[2025-01-05T21:15:07] DEBUG [dereference] greeting: Hello | ||
[2025-01-05T21:15:07] DEBUG [dereference] recipient: World | ||
[2025-01-05T21:15:07] DEBUG [dereference] Rendering: values | ||
[2025-01-05T21:15:07] DEBUG [dereference] Rendered: values | ||
[2025-01-05T21:15:07] DEBUG [dereference] Rendering: greeting | ||
[2025-01-05T21:15:07] DEBUG [dereference] Rendered: greeting | ||
[2025-01-05T21:15:07] DEBUG [dereference] Rendering: Hello | ||
[2025-01-05T21:15:07] DEBUG [dereference] Rendered: Hello | ||
[2025-01-05T21:15:07] DEBUG [dereference] Rendering: recipient | ||
[2025-01-05T21:15:07] DEBUG [dereference] Rendered: recipient | ||
[2025-01-05T21:15:07] DEBUG [dereference] Rendering: World | ||
[2025-01-05T21:15:07] DEBUG [dereference] Rendered: World | ||
[2025-01-05T21:15:07] DEBUG [dereference] Dereferencing, final value: | ||
[2025-01-05T21:15:07] DEBUG [dereference] values: | ||
[2025-01-05T21:15:07] DEBUG [dereference] greeting: Hello | ||
[2025-01-05T21:15:07] DEBUG [dereference] recipient: World | ||
[2025-01-05T21:15:07] INFO 0 schema-validation errors found in config |
40 changes: 20 additions & 20 deletions
40
docs/sections/user_guide/cli/tools/rocoto/realize-exec-stdout-verbose.out
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
[2024-08-26T23:39:19] DEBUG Command: uw rocoto realize --config-file rocoto.yaml --verbose | ||
[2024-08-26T23:39:19] DEBUG Dereferencing, current value: | ||
[2024-08-26T23:39:19] DEBUG workflow: | ||
[2024-08-26T23:39:19] DEBUG attrs: | ||
[2024-08-26T23:39:19] DEBUG realtime: false | ||
[2024-08-26T23:39:19] DEBUG scheduler: slurm | ||
[2024-08-26T23:39:19] DEBUG cycledef: | ||
[2024-08-26T23:39:19] DEBUG - attrs: | ||
[2024-08-26T23:39:19] DEBUG group: howdy | ||
[2024-08-26T23:39:19] DEBUG spec: 202209290000 202209300000 06:00:00 | ||
[2025-01-05T21:15:07] DEBUG Command: uw rocoto realize --config-file rocoto.yaml --verbose | ||
[2025-01-05T21:15:07] DEBUG [dereference] Dereferencing, current value: | ||
[2025-01-05T21:15:07] DEBUG [dereference] workflow: | ||
[2025-01-05T21:15:07] DEBUG [dereference] attrs: | ||
[2025-01-05T21:15:07] DEBUG [dereference] realtime: false | ||
[2025-01-05T21:15:07] DEBUG [dereference] scheduler: slurm | ||
[2025-01-05T21:15:07] DEBUG [dereference] cycledef: | ||
[2025-01-05T21:15:07] DEBUG [dereference] - attrs: | ||
[2025-01-05T21:15:07] DEBUG [dereference] group: howdy | ||
[2025-01-05T21:15:07] DEBUG [dereference] spec: 202209290000 202209300000 06:00:00 | ||
... | ||
[2024-08-26T23:39:20] DEBUG cycledefs: howdy | ||
[2024-08-26T23:39:20] DEBUG account: '&ACCOUNT;' | ||
[2024-08-26T23:39:20] DEBUG command: echo hello $person | ||
[2024-08-26T23:39:20] DEBUG jobname: hello | ||
[2024-08-26T23:39:20] DEBUG native: --reservation my_reservation | ||
[2024-08-26T23:39:20] DEBUG nodes: 1:ppn=1 | ||
[2024-08-26T23:39:20] DEBUG walltime: 00:01:00 | ||
[2024-08-26T23:39:20] DEBUG envars: | ||
[2024-08-26T23:39:20] DEBUG person: siri | ||
[2024-08-26T23:39:20] INFO 0 Rocoto XML validation errors found | ||
[2025-01-05T21:15:07] DEBUG [dereference] cycledefs: howdy | ||
[2025-01-05T21:15:07] DEBUG [dereference] account: '&ACCOUNT;' | ||
[2025-01-05T21:15:07] DEBUG [dereference] command: echo hello $person | ||
[2025-01-05T21:15:07] DEBUG [dereference] jobname: hello | ||
[2025-01-05T21:15:07] DEBUG [dereference] native: --reservation my_reservation | ||
[2025-01-05T21:15:07] DEBUG [dereference] nodes: 1:ppn=1 | ||
[2025-01-05T21:15:07] DEBUG [dereference] walltime: 00:01:00 | ||
[2025-01-05T21:15:07] DEBUG [dereference] envars: | ||
[2025-01-05T21:15:07] DEBUG [dereference] person: siri | ||
[2025-01-05T21:15:07] INFO 0 Rocoto XML validation errors found |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.