log as input argument not necessary?

Issue #95 resolved
Alireza Khorshidi created an issue

It seems that we don't need to feed in "log" as input argument. It can already be accessed by "self.parent.log"

Comments (3)

  1. andrew_peterson repo owner

    Could you provide a link?

    If I remember right, the reason I included this specifically was so you could access things like descriptors or models without having to link them to a calculator. E.g., if you just want to make some fingerprints.

    For example, see the script here. A logger could be provided to "Gaussian" if desired. But it has no parent, so it would crash if trying to get the logger from the parent.

  2. Log in to comment