[FIX] Paint Data: now stores data in list and not np.array#2314
Merged
lanzagar merged 1 commit intobiolab:masterfrom Jun 2, 2017
jerneju:value-schemeedit
Merged
[FIX] Paint Data: now stores data in list and not np.array#2314lanzagar merged 1 commit intobiolab:masterfrom jerneju:value-schemeedit
lanzagar merged 1 commit intobiolab:masterfrom
jerneju:value-schemeedit
Conversation
Contributor
Author
Member
|
How can the error be reproduced by user? (= not in code)? |
Contributor
Author
|
@astaric : Now added above. |
Codecov Report
@@ Coverage Diff @@
## master #2314 +/- ##
==========================================
+ Coverage 73.27% 73.31% +0.04%
==========================================
Files 317 317
Lines 55447 55452 +5
==========================================
+ Hits 40630 40656 +26
+ Misses 14817 14796 -21 |
Contributor
Author
|
Changed Paint Data. Now stores points in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue
https://sentry.io/biolab/orange3/issues/240133185/
Steps to reproduce the behavior
One way to reproduce this behavior:
Use Paint Data widget and draw some points. Then save it. Close the Orange. Open the Orange and then load the file and close the Orange again. Error should be thrown.
These steps were tested in Orange versions master, 3.4.2, 3.4.1 and 3.3.12. In all those versions error occurred.
Includes