Closed dyang37 closed 3 years ago
According to Greg's email,
We should fix the below 4 bugs before merging.
I think all four issues above are fixed:
clean_install_with_docs.sh
mace.mace3D
. It is also the way how scipy handles the docstring formatting of a callable function object.)For the test script experiments/metal_weld_mace3D.py
, it might be hard for you to test it since it is a script that uses dask multi-node on Purdue cluster. It works on my end, and maybe @DamonLee5 can help me test it on his end as well.
This PR is ready for merge I think.
Tested it. The demo works and the docs building looks correct to me.
OK, I'll accept it. We can continue testing it, and fix any additional bugs as they come up.
Bug fix for incorrect denoiser_args unpacking in mace3D. For more details please see #36 . Tested
demo_mace_3D.py
anddemo_mace_3D_fast.py
, and both demo work. Also tested with denoiser function that accepts two additional arguments (i.e.denoiser_args
contains two elements), which is the real reason why we implement this bug fix. The function and test script is not in this branch. To test this yourself please checkoutexperiments/metal_weld_mace3D.py
anddemo/denoiser_utils.py
from branchlilly_experiments
.