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
Here, when you type in "np.array([0])", it works without an issue.
Now if you go to "interact," and if you repeat the same, you will get an error.
Why is this happening?
For some reason, interact does not offer exhaustive variables in globals(). This is quite frustrating as I commonly deal with such problem. Now, if you are wondering if the same problem persists in other pdbs, based on my experience, pdb and pdbpp do not have this problem.
It would be great if this issue can be resolved.
The text was updated successfully, but these errors were encountered:
Pretend we have a file as follows:
Here, when you type in "np.array([0])", it works without an issue.
Now if you go to "interact," and if you repeat the same, you will get an error.
Why is this happening?
For some reason, interact does not offer exhaustive variables in globals(). This is quite frustrating as I commonly deal with such problem. Now, if you are wondering if the same problem persists in other pdbs, based on my experience, pdb and pdbpp do not have this problem.
It would be great if this issue can be resolved.
The text was updated successfully, but these errors were encountered: