Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Fix Preprocessing For Pipeline

Compare
Choose a tag to compare
@dirodriguezm dirodriguezm released this 12 Jul 15:20
· 6 commits to fix/compute_features since this release

This version with suffix -P means it is specifically directed for the stream Pipeline.

Changelog:

  • Fixes preprocessing
    (n_det_g + n_det_r) >= 6 changed to (n_det_g >= 6) || (n_det_g >= 6)