oscarbranson / latools

Tools for the reproducible reduction of LA-ICPMS data.
http://latools.readthedocs.io
MIT License
15 stars 10 forks source link

module 'latools' has no attribute 'preprocessing' #36

Closed sunwillrise closed 5 years ago

sunwillrise commented 5 years ago

Hi. If you use import latools as la at the beginning, you cannot use la.preprocessing.split.long_file().

You have to do from latools import preprocessing as pre at the beginning and do pre.split.long_file(), if you want to use the function.

Hope this helps.