neuro-inc / ml-recipe-bone-age

Pediatric Bone Age Assessment
Apache License 2.0
25 stars 6 forks source link

Fix tests: set -o pipefail #11

Closed atemate closed 4 years ago

atemate commented 4 years ago

without set -o pipefail, even if make train fails, | tee succeeds, which makes execution continue.