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

Allow vectors/matrices in parser #61

Merged
merged 1 commit into from
Jul 5, 2018
Merged

Conversation

jolyonb
Copy link
Collaborator

@jolyonb jolyonb commented Jul 5, 2018

This deals with the pyparsing side of allowing vectors to be input into the parser. I haven't made any changes to ensure that they can be correctly manipulated, nor have I put in any error handling to ensure that students get meaningful error messages. I did include a flag to allow/disallow vectors.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 52e143c on allow_vectors into 97587b7 on master.

@ChristopherChudzicki
Copy link
Collaborator

Awesome!

@ChristopherChudzicki ChristopherChudzicki merged commit 64ec146 into master Jul 5, 2018
@jolyonb jolyonb deleted the allow_vectors branch July 5, 2018 19:19
@jolyonb
Copy link
Collaborator Author

jolyonb commented Jul 5, 2018

My thinking is that all of that error checking/handling/messaging/etc will be a part of your matrix sampling stuff. Is that reasonable?

@ChristopherChudzicki
Copy link
Collaborator

Yep!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants