Skip to content
Snippets Groups Projects
Commit 6f06a808 authored by David Hendriks's avatar David Hendriks
Browse files

updated todo list and small change to function

parent 7757bb95
No related branches found
No related tags found
No related merge requests found
TODO.org 0 → 100644
* To do list
** Structure:
*** TODO Make sure the structure is logical and clear
*** TODO Follow tutorials on how to properly package the code;
- [ ] https://packaging.python.org/tutorials/packaging-projects/
- [ ] https://realpython.com/python-modules-packages/
- [ ] https://python-packaging.readthedocs.io/en/latest/
- [ ] https://python-packaging-tutorial.readthedocs.io/en/latest/
** formatting:
*** TODO Make a routine to automatically format the code using the Black formatter\
** Documentation:
*** TODO Properly set up the doc generation
*** TODO Have this on readthedocs.
** Features:
*** Help functionality
**** TODO Add help functionality to the module by calling the binary_c help api
*** Floors Stroopwafel
**** TODO Implement the code that FLoor will provide
*** Parallelization
**** TODO Look into ways of parallelizing the code to generate populations.
......@@ -16,7 +16,6 @@ def create_arg_string(arg_dict):
arg_string = arg_string.strip()
return arg_string
def get_defaults():
"""
Function that calls the binaryc get args function and cast it into a dictionary
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment