deepskies / DeepBench

Simulation library for very simple simulations to benchmark machine learning algorithms
Apache License 2.0
3 stars 1 forks source link

Import issues #95

Closed voetberg closed 1 year ago

voetberg commented 1 year ago

Describe the bug Problem with import post-pip install

To Reproduce Steps to reproduce the behavior: pip install git+ import deepbench

deepbench.Collection <- Produces the error

Expected behavior Would be able to import package with deepbench.module

Fix Add everything to an __init__.py