mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-07-12 02:10:29 +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
@@ -14,7 +14,7 @@ ROIGeometry::ROIGeometry(const ROI &roi, DetectorGeometry &geometry)
|
||||
m_module_indices_in_roi.push_back(i);
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
ROIGeometry::ROIGeometry(DetectorGeometry &geometry)
|
||||
: m_pixels_x(geometry.pixels_x()), m_pixels_y(geometry.pixels_y()),
|
||||
@@ -22,7 +22,7 @@ ROIGeometry::ROIGeometry(DetectorGeometry &geometry)
|
||||
m_module_indices_in_roi.resize(m_geometry.n_modules());
|
||||
std::iota(m_module_indices_in_roi.begin(), m_module_indices_in_roi.end(),
|
||||
0);
|
||||
};
|
||||
}
|
||||
|
||||
size_t ROIGeometry::num_modules_in_roi() const {
|
||||
return m_module_indices_in_roi.size();
|
||||
|
||||
Reference in New Issue
Block a user