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

more mypy checks, docopt-->argparse, formatting, cleanup, ci improvements, ... #405

Merged
merged 23 commits into from
Sep 14, 2023

Conversation

goerlibe
Copy link
Collaborator

@goerlibe goerlibe commented Sep 7, 2023

No description provided.

@goerlibe goerlibe self-assigned this Sep 7, 2023
@goerlibe goerlibe force-pushed the mypy_cleanup branch 7 times, most recently from 06cfee9 to b8696db Compare September 11, 2023 07:48
@goerlibe goerlibe force-pushed the mypy_cleanup branch 2 times, most recently from f8e776b to 60f5ad1 Compare September 11, 2023 09:57
@goerlibe
Copy link
Collaborator Author

goerlibe commented Sep 11, 2023

I think the settings need some change to accomodate for the removed "CI Tests Successful" job. However I do not have sufficient access rights for that.


I've changed the settings accordingly. "CI Tests Successful" is no longer necessary. Instead, "Execute CI Tests" is now considered.

Best
Lukas

@goerlibe goerlibe force-pushed the mypy_cleanup branch 8 times, most recently from c5d7b29 to 2a03053 Compare September 13, 2023 10:46
@goerlibe
Copy link
Collaborator Author

goerlibe commented Sep 14, 2023

  • run ---> __run

@goerlibe goerlibe marked this pull request as ready for review September 14, 2023 12:05
@goerlibe
Copy link
Collaborator Author

unless you see any issues, I think this is ready for merging. @lukasrothenberger

if cast(Workload, node_data).parallelizable_workload is None
else cast(int, cast(Workload, node_data).parallelizable_workload)
)
min_wl = (node_data.sequential_workload or 0) + (node_data.parallelizable_workload or 0)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice solution! :)

@lukasrothenberger lukasrothenberger merged commit 98f3e60 into master Sep 14, 2023
3 checks passed
@lukasrothenberger lukasrothenberger deleted the mypy_cleanup branch September 14, 2023 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants