You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unblock time should be specified as a float, not an int. The default specified is a float. Manually setting an alternative float value causes arg parsing to fail.
The text was updated successfully, but these errors were encountered:
* Closes issue #312
* Changed default for unblock_duration to value in _cli_args
Changed 0.5 in targets.py `Analysis` `__init__` to 0.1 defined in `_cli_args.py`
* Update changelog
* GOD damn IDE just leave markdown numbered lists alone
---------
Co-authored-by: Adoni5 <[email protected]>
readfish/src/readfish/_cli_args.py
Line 92 in fabf9bf
Unblock time should be specified as a float, not an int. The default specified is a float. Manually setting an alternative float value causes arg parsing to fail.
The text was updated successfully, but these errors were encountered: