mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-06-04 15:58:42 +02:00
Dev/automatic nfs server upload (#276)
Build on local RHEL9 / build (push) Successful in 1m10s
Build on RHEL8 / build (push) Successful in 2m17s
Build on RHEL9 / build (push) Successful in 2m37s
Run tests using data on local RHEL8 / build (push) Failing after 3m11s
Build on local RHEL8 / build (push) Successful in 1m55s
Build on local RHEL9 / build (push) Successful in 1m10s
Build on RHEL8 / build (push) Successful in 2m17s
Build on RHEL9 / build (push) Successful in 2m37s
Run tests using data on local RHEL8 / build (push) Failing after 3m11s
Build on local RHEL8 / build (push) Successful in 1m55s
- automatically builds aare and uploads to mpc2935 (from there its eventually uploaded to nfs every day)
This commit is contained in:
+2
-2
@@ -248,7 +248,7 @@ size_t RawFile::num_rois() const {
|
||||
} else {
|
||||
return 0;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
const ROIGeometry &RawFile::roi_geometries(size_t roi_index) const {
|
||||
return m_ROI_geometries[roi_index];
|
||||
@@ -261,7 +261,7 @@ std::vector<size_t> RawFile::n_modules_in_roi() const {
|
||||
m_ROI_geometries.begin(), m_ROI_geometries.end(), results.begin(),
|
||||
[](const ROIGeometry &roi) { return roi.num_modules_in_roi(); });
|
||||
return results;
|
||||
};
|
||||
}
|
||||
|
||||
void RawFile::open_subfiles(const size_t roi_index) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user