-
Notifications
You must be signed in to change notification settings - Fork 2
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
some inplace operations not detected for array refresh #22
Comments
@alixdamman did you check this when doing #21? If so, this issue could be closed. |
Problem is still there. |
This issue can mean two things: updating the window title with * (I think this was the original meaning of the issue) and refreshing the array widget data. As of version 0.34.3 (and also in the compare_align branch after the "misc cleanups to console handling" commit) I got: arr = ndtest(5)
arr['a2'] = 10 # detected by array widget but not by title
arr['a2'] *= 10 # detected by neither (but losing focus -- or clicking next
# to the widget -- and regaining it, makes the array widget pick it up)
arr *= 2 # detected by both |
I assumed this issue was about the array widget refresh and #280 for window title |
larray-project/larray#259
The text was updated successfully, but these errors were encountered: