Skip to content

fixed a problem of circular import

Ewen Bellec requested to merge EwenBranch into main

The new get_detectorfunction in io/bliss.py was gicing a circular import problem. Needed to put it in xrd/detector.py (and to change an import in xrd/qspace/bliss.py)

Merge request reports