Commit 6f06a808 authored by David Hendriks's avatar David Hendriks
Browse files

updated todo list and small change to function

parent 7757bb95
Loading
Loading
Loading
Loading

TODO.org

0 → 100644
+31 −0
Original line number Diff line number Diff line
* 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. 
+0 −1
Original line number Diff line number Diff line
@@ -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