Skip to content

Specify proper types in ArgumentParser#31

Open
hmomin wants to merge 1 commit intoyaodongyu:masterfrom
hmomin:master
Open

Specify proper types in ArgumentParser#31
hmomin wants to merge 1 commit intoyaodongyu:masterfrom
hmomin:master

Conversation

@hmomin
Copy link

@hmomin hmomin commented Mar 30, 2023

Hi, please take a second to review my pull request.

Certain variables passed into argparse.ArgumentParser() (epsilon, num-steps, ...) need their types to be specified. Otherwise, changing them from their default values leads to errors, since they're automatically interpreted as strings instead.

Thank you,
Momin

Certain variables passed into argparse.ArgumentParser() (epsilon,
num-steps, ...) need their types to be specified. Otherwise, changing
them from their default values leads to errors, since they're
automatically interpreted as strings instead.
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.

1 participant