Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upOWSaveClassifier: append .pickle extension if not already provided #957
Conversation
This comment has been minimized.
This comment has been minimized.
|
|
This comment has been minimized.
This comment has been minimized.
codecov-io
commented
Dec 28, 2015
Current coverage is
|
kernc
force-pushed the
kernc:fix-saveclassifier
branch
from
453b804
to
e2a2bdc
Dec 28, 2015
janezd
reviewed
Dec 28, 2015
| @@ -22,7 +22,9 @@ class OWSaveClassifier(widget.OWWidget): | |||
| #: A list of recent filenames. | |||
| history = Setting([]) | |||
|
|
|||
| FILTER = "Pickle files (*.pickle *.pck)\nAll files (*.*)" | |||
|
|
|||
| SUPPORTED_EXTENSIONS = ('.pkcls', '.pickle', '.pkl') | |||
This comment has been minimized.
This comment has been minimized.
janezd
Dec 28, 2015
Contributor
We're beginning to have too many extensions. Can we decide for just one? I like pkcls. Same for data, where we would use pkdata.
This comment has been minimized.
This comment has been minimized.
kernc
Dec 28, 2015
Author
Member
There's a thing called backward compatibility. But there's All Files option, so .pkcls it is ...
kernc
force-pushed the
kernc:fix-saveclassifier
branch
3 times, most recently
from
2c4f337
to
8b6ad0c
Dec 28, 2015
kernc
force-pushed the
kernc:fix-saveclassifier
branch
from
8b6ad0c
to
31a0da9
Dec 29, 2015
janezd
added a commit
that referenced
this pull request
Jan 8, 2016
janezd
merged commit 4b10dff
into
biolab:master
Jan 8, 2016
kernc
deleted the
kernc:fix-saveclassifier
branch
Jan 14, 2016
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.
kernc commentedDec 28, 2015
Fixes:
http://stackoverflow.com/questions/34489451/orange3-save-classifier-widget