Skip to content
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

Spurious rv variable in Projection Boxes? #39

Open
KasraF opened this issue Mar 3, 2023 · 3 comments
Open

Spurious rv variable in Projection Boxes? #39

KasraF opened this issue Mar 3, 2023 · 3 comments
Labels
bug Something isn't working PB

Comments

@KasraF
Copy link

KasraF commented Mar 3, 2023

The following code:

import itertools
import matplotlib.pyplot as plt


data = [180,250,130,50]


# plot a bar chart
## ---
plt.bar(range(len(data)), data)
plt.clf()

## ---

Shows a spurious rv variable on the data = ... line:

image

@KasraF KasraF added bug Something isn't working PB labels Mar 3, 2023
@KasraF
Copy link
Author

KasraF commented Mar 3, 2023

May be related to #33 ?

@rlisahuang
Copy link

@KasraF Is this fixed? I couldn't replicate it using the web version.

@KasraF
Copy link
Author

KasraF commented Mar 14, 2023

@KasraF Is this fixed? I couldn't replicate it using the web version.

I didn't fix it, but I couldn't replicate it either, and haven't ran into this exact problem in a while. Though it could be related to #52 and #54? It looks like something in our handling of return values is buggy...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working PB
Projects
None yet
Development

No branches or pull requests

2 participants