Hi Diyu,
I've noticed the following bugs in the master branch. They should be easy to fix.
- mace.py, line 333: The deprecated argument
ror_radius is used, for a later function call to recon on line 354.
- I propose to delete
'ror_radius':ror_radius, from line 333 of mace.py.
- demo_mace4D.py, line 258: The argument
save_path is used, but this argument does not exist in the function being called.
- I propose to delete this argument from the function call on line 258.
- demo_mace4D_fast.py, line 270: The argument
save_path is used, but this argument does not exist in the function being called.
- I propose to delete this argument from the function call on line 270.
I have implemented these three changes on a local branch, and currently waiting for the demo files to finish.
Hi Diyu,
I've noticed the following bugs in the master branch. They should be easy to fix.
ror_radiusis used, for a later function call to recon on line 354.'ror_radius':ror_radius,from line 333 of mace.py.save_pathis used, but this argument does not exist in the function being called.save_pathis used, but this argument does not exist in the function being called.I have implemented these three changes on a local branch, and currently waiting for the demo files to finish.