Skip to content

Commit

Permalink
FIX: Turn off ophyd setup by default because it produces a warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed May 20, 2018
1 parent ffd7d76 commit f484e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nslsii/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def import_star(module, ns):


def configure_base(user_ns, broker_name, *,
bec=True, epics_context=True, magics=True, mpl=True,
bec=True, epics_context=False, magics=True, mpl=True,
ophyd_logging=True, pbar=True):
"""
Perform base setup and instantiation of important objects.
Expand Down

0 comments on commit f484e4f

Please sign in to comment.