bumped version number edited RELEASE.md (#288)
Build on RHEL8 / build (push) Successful in 2m26s
Build on RHEL9 / build (push) Successful in 2m53s
Run tests using data on local RHEL8 / build (push) Successful in 3m17s
Build on local RHEL8 / build (push) Successful in 1m58s

Co-authored-by: Alice <alice.mazzoleni@psi.ch>
This commit is contained in:
Erik Fröjdh
2026-03-17 17:22:36 +01:00
committed by GitHub
parent d9ff73e8b2
commit 81acab6091
4 changed files with 14 additions and 11 deletions
+1
View File
@@ -2,6 +2,7 @@
# Make the compiled classes that live in _aare available from aare.
from . import _aare
from . import transform
from ._aare import File, RawMasterFile, RawSubFile, JungfrauDataFile
from ._aare import Pedestal_d, Pedestal_f, ClusterFinder_Cluster3x3i, VarClusterFinder
+1 -1
View File
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: MPL-2.0
import numpy as np
from . import _aare
from aare import ReadoutMode
from aare._aare import ReadoutMode
from aare._aare import Matterhorn10
class AdcSar04Transform64to16: