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

Closes issue #312 #313

Merged
merged 4 commits into from
Nov 6, 2023
Merged

Closes issue #312 #313

merged 4 commits into from
Nov 6, 2023

Conversation

mattloose
Copy link
Contributor

This corrects the specification of unblock duration to a float.

@mattloose mattloose requested a review from Adoni5 October 28, 2023 19:20
Changed 0.5 in targets.py `Analysis` `__init__` to 0.1 defined in `_cli_args.py`
Adoni5
Adoni5 previously approved these changes Nov 6, 2023
Copy link
Contributor

@Adoni5 Adoni5 left a comment

Choose a reason for hiding this comment

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

LGTM. I also changed the default value defined in __init__.py on Analysis of 0.5 to the default 0.1 defined in as the DEFAULT_UNBLOCK const in _cli_args.py.

I did this just to cover eventualities where someone might create there own Analysis class outside of any of our use cases, and not use argparse to setup their Analysis.

In which case 0.5 would be used, but it makes more sense to use the one value we have defined in one place.

Copy link
Contributor

@Adoni5 Adoni5 left a comment

Choose a reason for hiding this comment

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

Update README CHANGELOG to include unreleased changes

@mattloose mattloose merged commit caacb02 into main Nov 6, 2023
9 checks passed
@mattloose mattloose deleted the issue312 branch November 6, 2023 10:45
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.

2 participants