-
-
Notifications
You must be signed in to change notification settings - Fork 30
BUG: get_all_functions()
is not returning args
and kwargs
of the functions in algorithms
#94
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
Comments
Thank you very much @akshitasure12 for reporting this! The I'm not sure why it's not picking up args and kwargs for functions specifically in the Would you like to investigate further? Thank you :) |
get_all_functions()
after adding print statementsget_all_functions()
is not returning args
and kwargs
of the functions in algorithms
Could you please update the issue description by copy-pasting the output from the terminal instead of the screenshot as it might not be readable to everyone(for e.g. someone might be using some kind of a reading software(text-to-audio) that might not pick up the text in the image)? And instead of just writing the two Thanks! |
Sure, @Schefflera-Arboricola! I'd love to look into this further. I'll also add the suggested changes to the issue description. Thank you! |
Hi @Schefflera-Arboricola! While investigating whether the issue could be related to I believe this could lead us to the expected results. |
Hi @Schefflera-Arboricola,
I added a new algorithm and wanted to try it out. While experimenting, I added two print statements to the
get_all_functions()
function intest_get_chunks.py
to check the function's behavior. However, I encountered the following :Steps to Reproduce :
get_all_functions()
by adding two print statements like this:Expected Behavior:
I expected the function to print the name of the function and its arguments without any error.
Please let me know if I’m missing something or if there’s anything else I should check!
The text was updated successfully, but these errors were encountered: