-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Cannot override Callable init_args without passing the class_path #174
Comments
I created a pull request #175. Can you please test and review. |
I confirmed #175 fixed this issue. |
Perhaps it would be better for If I understand correctly, this will make jsonargparse/jsonargparse/typehints.py Lines 237 to 240 in 04383f9
jsonargparse/jsonargparse/typehints.py Lines 269 to 270 in 04383f9
|
Since you commented here, I thought you were not going to review the pull request, so I merged it. Your comment is spot on. Would you like to create a pull request with the changes? |
Sorry, I didn't realize it when I reviewed the code the first time.
Sure, do you think it's necessary to add another test about this? |
Yes, would be good to have a separate test for this. |
🐛 Bug report
Unlike the class argument, I cannot override
Callable
argument without passing the class_path even it is given previously.To reproduce
Expected behavior
Environment
pip install jsonargparse
The text was updated successfully, but these errors were encountered: