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

Reading Saved Files: File + Save Data widget #2956

Closed
ajdapretnar opened this issue Mar 14, 2018 · 0 comments · Fixed by #2989
Closed

Reading Saved Files: File + Save Data widget #2956

ajdapretnar opened this issue Mar 14, 2018 · 0 comments · Fixed by #2989
Labels
bug A bug confirmed by the core team

Comments

@ajdapretnar
Copy link
Contributor

ajdapretnar commented Mar 14, 2018

Orange version

3.11.dev

Expected behavior

Orange reads the data, that were saved with Save Data widget.

Actual behavior

In some exotic cases, Orange's File widget is able to read the data, but once the data is saved with Save Data widget and reloading in another File, File widget cannot read it ("too many indices for array")

Steps to reproduce the behavior

Originally, loaded a .csv file with File, used Feature Constructor (after which the data was saved and loaded normally) and Select Columns. Saved with Save Data. After Select Columns, File widget wasn't able to load the data from .tab.

Additional info (worksheets, data, screenshots, ...)

Provided is a minimum working/not-working example.
reading-bug.tab.zip

Important.
Read the file. Error occurs.
Open the file in text editor. Remove the first line (have only two instances in the file). No error.
Go back to the original file. Remove the last line (strange line with tabs before triple quotes). No error.

@ajdapretnar ajdapretnar added the bug A bug confirmed by the core team label Mar 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug confirmed by the core team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant