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

correcting bug in omnitest #218

Merged
merged 1 commit into from
Nov 6, 2014
Merged

correcting bug in omnitest #218

merged 1 commit into from
Nov 6, 2014

Conversation

WilCrofter
Copy link
Contributor

A stray exclamation point prevented an if statement from executing at the proper time. In terms of results, this mattered only when both a correct expression and a correct value were given, in which case it failed to check the value. This usage of omnitest being rare, it was not noticed until testing Statistical Inference.

The affected if statement could have been removed completely with slight loss of efficiency but without loss of function, but instead I've just corrected the typo. The fix has been tested on about half dozen lessons in Statistical Inference. It seems ready to merge.

@ncarchedi
Copy link
Member

Good catch, Bill. Merging now....

ncarchedi added a commit that referenced this pull request Nov 6, 2014
@ncarchedi ncarchedi merged commit f368217 into master Nov 6, 2014
@ncarchedi ncarchedi deleted the bug.omnitest.1 branch November 6, 2014 14:35
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.

2 participants