You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Side note: I highly do not recommend having python binary as your image, this makes it hard to run the codes or modular files since it lacks interactivity
The text was updated successfully, but these errors were encountered:
Hi @tonyliang19, thank you for the feedback for Milestone 2 release, I have a few questions about the reproducibility section if it's not too much trouble:
What other options exist for a python project besides the python binary?
To account for other OS systems, would we provide instructions in the README.md or account for it within the build itself (Dockerfile, etc.).
Thank you so much for your time and sorry for the inconvenience!
Use a Jupyter based image given you are using the *ipynb file as analysis, unless you want to transfer your analysis into pure *.py file (that is one python script that runs the whole analysis there) then keep with your python binary.
You could provide instructions in the README.md, since the latter one is harder (this assumes you have good understanding of docker container and differences on OS systems)
Milestone 2 Feedback Group 11
Criterias for Milestone 2:
Functions are well documented
Helper data for tests is tractable and reproducible
Tests
Tests are written for each function, and work expected
test_show_correct()
intest_grapher
failed -1 #32Tests are well documented
Tests suite is of high quality
Analysis can be run reproducibly using doc in README
README.md
, again missed option for different OS systems. -8 #33Side note: I highly do not recommend having python binary as your image, this makes it hard to run the codes or modular files since it lacks interactivity
The text was updated successfully, but these errors were encountered: