diff options
author | Aaron LI <aly@aaronly.me> | 2017-08-26 11:10:00 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-08-26 11:10:00 +0800 |
commit | 3bd085a34ceae6e56e3bee9887f93efdc1164932 (patch) | |
tree | 1a6949f3db863c29f7949ff5e329cbbde591f57d /fg21sim/sky.py | |
parent | 983de7a16ece7b2ec993d423cff8eb4a8db36080 (diff) | |
download | fg21sim-3bd085a34ceae6e56e3bee9887f93efdc1164932.tar.bz2 |
config: Change "output/use_float" to "output/float32"
Diffstat (limited to 'fg21sim/sky.py')
-rw-r--r-- | fg21sim/sky.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fg21sim/sky.py b/fg21sim/sky.py index ee5fe82..bae18a6 100644 --- a/fg21sim/sky.py +++ b/fg21sim/sky.py @@ -812,7 +812,7 @@ def get_sky(configs): """ # Parameters for the base sky class kwargs = { - "float32": configs.getn("output/use_float"), + "float32": configs.getn("output/float32"), "clobber": configs.getn("output/clobber"), "checksum": configs.getn("output/checksum"), } |