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

Python Rewrite #6

Merged
merged 4 commits into from
Apr 30, 2024
Merged

Python Rewrite #6

merged 4 commits into from
Apr 30, 2024

Conversation

Foggalong
Copy link
Owner

@Foggalong Foggalong commented Apr 29, 2024

Per discussion in #3, rewrites the base code in Python 3.10:

Also includes some minor bug fixes.

As we add more, working with larger and larger examples, it doesn't make sense to have a directory for each
At the moment a test problem is in the same file as the worker functions, but I'll split those out once happy it's not caused any regressions. As part of this I've added typing for function input and outputs.
@jajhall
Copy link
Collaborator

jajhall commented Apr 29, 2024

This is looking a lot better

Had to rename from `robust-genetics` because of the `-` which Python doesn't support in module names. Chose `alphargs` b/c we're using `alphasim` output data
@Foggalong Foggalong merged commit a757434 into main Apr 30, 2024
@Foggalong Foggalong deleted the python-rewrite branch April 30, 2024 15:54
@Foggalong Foggalong added the enhancement New feature or request label Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Utilise Gurobi's lb and ub Variable Typing
2 participants