Closed rsokl closed 3 years ago
Thanks for pointing this out! Will merge now
@simonaxelrod did you mean to delete EnsembleNFF
? (pushed 5 minutes ago)
Yeah the class was defined twice for some reason. So I just deleted one of the duplicates
On Mon, Nov 1, 2021 at 3:14 PM Ryan Soklaski @.***> wrote:
@simonaxelrod https://github.com/simonaxelrod did you mean to delete EnsembleNFF? (pushed 5 minutes ago)
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/learningmatter-mit/NeuralForceField/pull/1#issuecomment-956514690, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHTEAXKKBPKSTI3KGRTRAKTUJ3RJ3ANCNFSM5HEWHYIQ .
Gotchya. Just wanted to make sure! 😄
Yep - thanks for checking!
Hello!
There is a
__init__.py
file in the top-level of this repo (NeuralForceField/__init__.py
). This makes the entire repo look like a Python package, whereasnff/
is the proper beginning of your Python package.Thus this PR deletes
NeuralForceField/__init__.py