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

Fixed DSV reader bug #244

Merged

Conversation

johnzeringue
Copy link
Contributor

Fixed #241 by fixing a bug where blank lines (even trailing) would cause
the DSV reader to think the table wasn't square. Now, all blank lines
are ignored, allowing even:


A B C

1 2 3

4 5 6

Fixed CIRDLES#241 by fixing a bug where blank lines (even trailing) would cause
the DSV reader to think the table wasn't square. Now, all blank lines
are ignored, allowing even:

```

A B C

1 2 3

4 5 6

```
@johnzeringue johnzeringue self-assigned this Nov 23, 2015
@johnzeringue johnzeringue added this to the v1.0.0 milestone Nov 23, 2015
johnzeringue added a commit that referenced this pull request Nov 23, 2015
@johnzeringue johnzeringue merged commit a67427c into CIRDLES:master Nov 23, 2015
@johnzeringue johnzeringue deleted the fix-dsv-reader-blank-lines branch November 23, 2015 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Limit of analysis to be copied
1 participant