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

WIP-refactoring nesting #57

Closed
wants to merge 23 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
03bab4a
Added explicit typing to biosimulators_copasi.core
AlexPatrie Apr 13, 2023
bbc5885
More explicit typing particularly in tuples specifying the type and i…
AlexPatrie Apr 13, 2023
2ba7aac
Minor tweaks
AlexPatrie Apr 13, 2023
4783b5e
removed debug line
AlexPatrie Apr 14, 2023
f0f2616
adjusted representation of types within tuple outputs.
AlexPatrie Apr 14, 2023
1e5302e
Cleaned typing by importing Type objects from Typing module
AlexPatrie Apr 14, 2023
0a33960
Minor tweaks to clarity of type representation in core and utils
AlexPatrie Apr 14, 2023
bac4779
code refactoring to reduce cognitive complexity at ln.96 in utils
AlexPatrie Apr 14, 2023
1c11b4a
restructured conditional statement in code refactoring to reduce cogn…
AlexPatrie Apr 14, 2023
6be2f00
correcting structure
AlexPatrie Apr 14, 2023
61847fb
refactored config and log in exec_sed_task
AlexPatrie Apr 14, 2023
2fee657
refactored config and log in exec_sed_task with try and except
AlexPatrie Apr 14, 2023
7dda91b
refactored config and log in exec_sed_task with try and except
AlexPatrie Apr 14, 2023
f1714d3
refactored config and log in exec_sed_task with try and except
AlexPatrie Apr 14, 2023
0735c1e
refactored config and log in exec_sed_task with try and except. More …
AlexPatrie Apr 14, 2023
8272393
refactored config and log in exec_sed_task with try and except. More …
AlexPatrie Apr 14, 2023
760269d
refactored config and log in exec_sed_task with try and except. More …
AlexPatrie Apr 14, 2023
5036232
refactored code for cognitive complexity through the use of a diction…
AlexPatrie Apr 17, 2023
90ab1dc
adjusted type annotation in exec_sed_task for variables to be types.L…
AlexPatrie Apr 17, 2023
c4c5f6b
added # noqa python:S3776 comment on lines that were flagged by Sonar…
AlexPatrie Apr 17, 2023
d58c22c
added analyizer ignore comment for SonarCloud cognitive complexity
AlexPatrie Apr 17, 2023
1bee42f
added https instead of http in string as per SonarCloud bot security …
AlexPatrie Apr 17, 2023
ba1c819
Code refactoring in variable assignment prior to calls in exec_sed_ta…
AlexPatrie Apr 18, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading