flatkinson / standardiser

Molecular standardisation tool
75 stars 30 forks source link

module 'standardiser.standardise' has no attribute 'apply' #14

Open MelvinYYY opened 5 years ago

MelvinYYY commented 5 years ago

Hi there,

I'm trying to go through the tutorial but have some exceptions.

  1. In the tutorial, it says from "standardise import standardise". Should this be "from standardizer import standardise"?

  2. It returns an error saying that " module 'standardiser.standardise' has no attribute 'apply'"

How can I resolve this problem?

Thanks in advanced,

Melvin

rflameiro commented 3 years ago

In case someone else has this problem: the tutorial uses standardise.apply, which returns the "AttributeError: module 'standardiser.standardise' has no attribute 'apply'" error. Try using standardise.run instead, it works for me.