diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2019-10-04 14:57:06 +0100 |
---|---|---|
committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2019-10-04 15:11:49 +0100 |
commit | db3e56329652f3cca1dc4ab5bc7ad9a132c595f2 (patch) | |
tree | a392c835fa169093f9c7188f85b3ae0146acc176 | |
parent | 2f1feb9b0cb170b4a7892e49494edbe3668be16f (diff) | |
download | fullSWOF-utils-db3e56329652f3cca1dc4ab5bc7ad9a132c595f2.tar.gz |
add TODO item to use YAML for configuration file.
-rwxr-xr-x | makeBoundary.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makeBoundary.py b/makeBoundary.py index a85062d..a6daae0 100755 --- a/makeBoundary.py +++ b/makeBoundary.py @@ -5,6 +5,7 @@ import numpy as np import bisect import ast +#TODO: use YAML/ruamel.yaml for configuration file. def read_definition(filename): ddict = {} with open(filename, "r") as f: |