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 conversion from integer list to float list #21

Closed mnagaso closed 6 days ago

mnagaso commented 6 days ago

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.nproc_rtp is updated by pytomoatt and TomoATT read this updated input file.

xumi1993 commented 6 days ago

@mnagaso Thanks for fixing these bugs and improving the code. However, if you wish to merge your changes into the main branch, please note that this branch is designated for the next version release. Thus, I will close this PR, and could you please merge these commits to devel branch?

mnagaso commented 6 days ago

Hi @xumi1993,

Excuse me, I was wrongly making a commit on master branch. So I will recreate on devel soon.