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
{{ message }}
This repository was archived by the owner on Aug 25, 2024. It is now read-only.
Similarly to how we did #594, if we see that there is a type annotation for the return type of a function that op is wrapping, we should create a definition for it. The definition name should be in the form of
The name in kwargs["output"] should be result. The code in op has changed since, #594, check the current code to see how this would be done. Add a testcase to ensure that it's working to tests/test_df.py
Similarly to how we did #594, if we see that there is a type annotation for the return type of a function that
opis wrapping, we should create a definition for it. The definition name should be in the form ofThe name in
kwargs["output"]should beresult. The code inophas changed since, #594, check the current code to see how this would be done. Add a testcase to ensure that it's working totests/test_df.py