Best reco hits events
1 unresolved thread
1 unresolved thread
This addresses issues #22 (closed) and #24 (closed)
This is ready for merge into master. Although I am not sure I understand why the code style fails here on git (I updated yapf on my computer and used it to correct the code style but maybe I am missing a detail here?).
Edited by Zineb Aly
Merge request reports
Activity
- Resolved by Tamas Gal
- Resolved by Tamas Gal
313 313 do not contain data. Therefore, the keys corresponding to these 314 314 fake branches are not read. 315 315 """ 316 if key not in self.keys.valid_keys and not isinstance(key, int): 316 keys = set(self.keys.valid_keys) changed this line in version 7 of the diff
- Resolved by Tamas Gal
enabled an automatic merge when the pipeline for 48ded485 succeeds
mentioned in commit a9a6416a
Please register or sign in to reply