-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add exactly1
option for disjunctions and fix bugs
#90
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #90 +/- ##
==========================================
- Coverage 98.91% 98.84% -0.07%
==========================================
Files 10 10
Lines 921 952 +31
==========================================
+ Hits 911 941 +30
- Misses 10 11 +1
☔ View full report in Codecov by Sentry. |
I think we should use a different name for this keyword argument since it is not exactly 1 for Nested disjunctions. |
Any suggestions? |
exactly1
option and fix bugsexclusive
option to disjunctions and fix bugs
exclusive
option to disjunctions and fix bugsexclusive
option for disjunctions and fix bugs
exclusive
option for disjunctions and fix bugsexactly1
option for disjunctions and fix bugs
Closes #72. Some minor bug fixes and changes that came up include:
GDPData(args...)
method@disjunction
@test
on the first call of a method/macro to be tested which leads to more helpful error messages when it doesn't work (more work is needed to do this with all tests)