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

Fix string literal comparison (wrong operator) #1020

Merged
merged 1 commit into from
Feb 19, 2020
Merged

Fix string literal comparison (wrong operator) #1020

merged 1 commit into from
Feb 19, 2020

Conversation

ckastner
Copy link
Contributor

Two strings are being compared with 'is not', when they should be compared with the != operator.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.747% when pulling ee7026b on ckastner:master into 6efc21e on EpistasisLab:master.

@weixuanfu weixuanfu changed the base branch from master to development February 19, 2020 17:01
@weixuanfu
Copy link
Contributor

Thank you for the PR. I will merge it to dev branch.

@weixuanfu weixuanfu merged commit 9e148ac into EpistasisLab:development Feb 19, 2020
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