bluesky / bluesky-widgets

Components for graphical applications that interact with bluesky libraries
http://blueskyproject.io/bluesky-widgets
BSD 3-Clause "New" or "Revised" License
7 stars 23 forks source link

Minor fixes in examples #154

Closed carez closed 3 years ago

carez commented 3 years ago

Description

Two examples in the repo fail due to wrong import paths. A third example (napari_dock_widgets) uses a method deprecated in napari 0.4.4

How Has This Been Tested?

Recent conda packages from conda-forge and nsls2forge channels. Note that Napari v0.4.5 was used, due to compatibility errors starting at napari 0.4.6 caused by the introduction of pydantic, see napari changelog.

danielballan commented 3 years ago

Thank you!

danielballan commented 3 years ago

Tests are failing due to a API change in tzlocal version 3 that also broke databroker. Merging because failures are unrelated to this PR.