Skip to content

Commit

Permalink
Merge pull request #262 from ZLLentz/bec
Browse files Browse the repository at this point in the history
ENH: include bec in namespace
  • Loading branch information
ZLLentz authored Feb 10, 2021
2 parents 93dba66 + 771d7b4 commit e2ac2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hutch_python/load_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def load_conf(conf, hutch_dir=None):
RE.subscribe(bec)
# Enable scientific notation for big/small numbers in LiveTable
LiveTable._FMT_MAP['number'] = 'g'
cache(RE=RE)
cache(RE=RE, bec=bec)

# Collect Plans
with safe_load('bluesky plans'):
Expand Down

0 comments on commit e2ac2a7

Please sign in to comment.