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
When i use the integer(for example 100) as value for for --history_to_use, error happens.
File "C:\Users\hello\Repo\eiten\argchecker.py", line 8, in __init__
self.check_arguments(args)
File "C:\Users\hello\Repo\eiten\argchecker.py", line 20, in check_arguments
assert not(args.history_to_use != "all" and int(args.history_to_use_int) <
AttributeError: 'Namespace' object has no attribute 'history_to_use_int'
args.history_to_use_int should be the reason, there isn't history_to_use_int argument parameter
The text was updated successfully, but these errors were encountered:
When i use the integer(for example 100) as value for for --history_to_use, error happens.
args.history_to_use_int should be the reason, there isn't history_to_use_int argument parameter
The text was updated successfully, but these errors were encountered: