Skip to content

Commit

Permalink
Copy partition util from fastcs_odin
Browse files Browse the repository at this point in the history
  • Loading branch information
jsouter committed Oct 3, 2024
1 parent d17d82a commit 184d273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fastcs_eiger/eiger_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from PIL import Image

from fastcs_eiger.http_connection import HTTPConnection, HTTPRequestError
from fastcs_odin.util import partition # we need to copy this or move it to FastCS
from fastcs_eiger.util import partition

# Keys to be ignored when introspecting the detector to create parameters
IGNORED_KEYS = [
Expand Down

0 comments on commit 184d273

Please sign in to comment.