slarse / Python

All Algorithms implemented in Python
MIT License
0 stars 0 forks source link

Make machine_learning modules importable #34

Closed slarse closed 5 years ago

slarse commented 5 years ago

21

This increases timeout to 2s as well. The only issues here are long import times because of large libraries. Locally, you may have issues if you don't have tk installed.

I'm a bit uncertain whether to move the import in 71ce432, or just increase the timeout even more. Making imports local is a common pattern to speed up initial imports of modules, so it's not a dirty trick. Reviewer opinion?

slarse commented 5 years ago

nvm