cleaned up, format with ruff
Build on RHEL9 docker image / build (push) Successful in 4m15s
Build on RHEL8 docker image / build (push) Successful in 5m12s
Run Simulator Tests on local RHEL9 / build (push) Successful in 18m36s
Run Simulator Tests on local RHEL8 / build (push) Successful in 22m5s

This commit is contained in:
2026-07-10 09:36:03 +02:00
parent d2c89ff4e1
commit e8d0c2a598
2 changed files with 35 additions and 30 deletions
+1 -1
View File
@@ -50,4 +50,4 @@ class patternParameters(_StructViewMixin, _slsdet.patternParameters):
class Pattern(_StructViewMixin, _slsdet.Pattern):
def __init__(self):
super().__init__()
self._init_view(self.data().numpy_view())
self._init_view(self.data().numpy_view())