Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor start.py and test_integration.py #37

Open
michaelschwier opened this issue Jul 31, 2018 · 0 comments
Open

Refactor start.py and test_integration.py #37

michaelschwier opened this issue Jul 31, 2018 · 0 comments
Assignees

Comments

@michaelschwier
Copy link
Member

Currently these are very long script files. Refactoring steps:

  1. Try a better separation of functionality makes sense, possibly splitting up into classes. However, still keep everything in one file each, such that the user does not have to download several files for starting/testing.

  2. Turn the whole thing into an installable python package. Then we can split functionality over several files to make the architecture even nicer. Usage of the package would then be like:
    modelhub start
    modelhub list
    modelhub test_integration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant