mxcube / mxcubecore

Backend used by MXCuBE
http://mxcube.github.io/mxcube/
GNU Lesser General Public License v3.0
11 stars 52 forks source link

Added missing method get_first_and_last_file #764

Closed marcus-oscarsson closed 1 year ago

marcus-oscarsson commented 1 year ago

Added a method that was missing in the previous PR #760, the method was present for EigerDetector but not in the AbstractDetector .

github-actions[bot] commented 1 year ago

Coverage

Coverage Report •
FileStmtsMissCoverMissing
mxcubecore/HardwareObjects
   LimaEigerDetector.py1221220%4–289
mxcubecore/HardwareObjects/abstract
   AbstractDetector.py1212778%92–93, 105–111, 127, 140, 154, 161–162, 169, 176, 197, 204, 257–258, 281–282, 322, 329, 341–344
TOTAL58431541457% 

Tests Skipped Failures Errors Time
1920 0 :zzz: 0 :x: 0 :fire: 1m 37s :stopwatch:
marcus-oscarsson commented 1 year ago

:) thanks