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

Rectangular export gives missleading Error indication #168

Closed
PatrickRWright opened this issue Mar 5, 2020 · 0 comments · Fixed by #174
Closed

Rectangular export gives missleading Error indication #168

PatrickRWright opened this issue Mar 5, 2020 · 0 comments · Fixed by #174
Assignees
Labels
enhancement New feature or request

Comments

@PatrickRWright
Copy link
Collaborator

Describe the bug
If the export is rectangular, it throws an error “Input to read_secuTrial() appears to be incompatible. Have you exported CSV format?”. This might be misleading as this export is CSV but in rectangular format…just in case people won’t read the export requirements…and I saw that actually this error message should appear:

if (export_options$is_rectangular) {

stop("Your export is rectangular. It can not be loaded with this function.")

}

Expected behavior
Report rectangular structure as the actual problem.

Additional context
#155 (comment)

@PatrickRWright PatrickRWright added the enhancement New feature or request label Mar 5, 2020
@PatrickRWright PatrickRWright self-assigned this Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant