Skip to content

Fix bliss 1.11 lima events

Valentin Valls requested to merge fix-bliss-1.11-lima-events into main

bliss.data is now an alias from blissdata.data.

The way it was design expose the code twice from 2 diffrent modules.

As result there is no relationship between blissdata.data.nodes.lima.LimaImageChannelDataNode and bliss.data.nodes.lima.LimaImageChannelDataNode, and isinstance fail. LimaImageChannelDataNode jave to come from blissdata, and fallback to bliss is still there for compatibility for BLISS < 1.11.

This allow to monitor events from Lima with BLISS 1.11 (which was broken).

Plus small typo to fix warnings.

Edited by Valentin Valls

Merge request reports

Loading