dsarrut/rpt_dosi

Error in rpt_test number 6

Closed this issue · 1 comments

Following the modifications of rpt_tmtv with threshold='auto' by default, other values given for this argument will be initialized as string. This is the case in the tmtv test where the argument is -t 100000 leading to a fail test because it tries to threshold the image with a string value (cf test006_tmtv.py.log).

Solution :

  • Force to float when threshold != 'auto'

done #10