_
Results
3
comments of
_
you might be using python 2.7. If that is the case create a __init__.py file inside datasets folder
You can fix it by updating package_data in setup.py for cross-platform support. `package_data={'nemweb': os.path.join('tests', '2018_09_21.pkl')}`
Apologies. I will add the tests