TomoATT / PyTomoATT

Python API for TomoATT
https://tomoatt.github.io/PyTomoATT/
GNU General Public License v3.0
17 stars 4 forks source link

multi value parameter can be written out in one line / avoid conversi… #22

Closed mnagaso closed 6 days ago

mnagaso commented 6 days ago

…on from integer list to float list

(I am recreating this PR in stead of what I wrongly created on the master branch)

Hi @xumi1993 , I modified a bit of parameter handling as the title. Can you review and merge it?

Otherwise, TomoATT gets an error "Error parsing YAML value for key: ndiv_rtp. yaml-cpp: error at line 32, column 5: bad conversion", when the parallel.ndiv_rtp is updated by pytomoatt and TomoATT read this updated input file.