Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
binary_c-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Izzard, Robert Dr (Maths & Physics)
binary_c-python
Commits
6f06a808
Commit
6f06a808
authored
5 years ago
by
David Hendriks
Browse files
Options
Downloads
Patches
Plain Diff
updated todo list and small change to function
parent
7757bb95
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
TODO.org
+31
-0
31 additions, 0 deletions
TODO.org
binarycpython/utils/functions.py
+0
-1
0 additions, 1 deletion
binarycpython/utils/functions.py
with
31 additions
and
1 deletion
TODO.org
0 → 100644
+
31
−
0
View file @
6f06a808
* 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.
This diff is collapsed.
Click to expand it.
binarycpython/utils/functions.py
+
0
−
1
View file @
6f06a808
...
@@ -16,7 +16,6 @@ def create_arg_string(arg_dict):
...
@@ -16,7 +16,6 @@ def create_arg_string(arg_dict):
arg_string
=
arg_string
.
strip
()
arg_string
=
arg_string
.
strip
()
return
arg_string
return
arg_string
def
get_defaults
():
def
get_defaults
():
"""
"""
Function that calls the binaryc get args function and cast it into a dictionary
Function that calls the binaryc get args function and cast it into a dictionary
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment