Skip to content

Bugs in 'mace.py', 'demo_mace4D.py', 'demo_mace4D_fast.py' #109

Description

@bommaritom

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions