We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 665347b commit 61392f4Copy full SHA for 61392f4
mwes/mwe_04.jl
@@ -0,0 +1,7 @@
1
+# read the vsm_settings.yaml file
2
+
3
+import YAML
4
5
+filename = "vsm_settings.yaml"
6
+data = YAML.load_file(joinpath("data", filename))
7
0 commit comments