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

Ensure model is not null before converting degrees to radians. #644

Merged
merged 1 commit into from
Jun 12, 2020

Conversation

chrisdembia
Copy link
Member

@chrisdembia chrisdembia commented Jun 11, 2020

Related to #616

Brief summary of changes

In TableProcessor::process(), add a missing check to see if the model pointer is null before using the pointer.

Details (optional)

I know we've discussed moving the degrees-to-radians conversion to its own TableOperator, but that could require updates throughout the tests/examples. I wanted to just fix this blatant bug for now.

CHANGELOG.md (choose one)

  • no need to update because...minor

This change is Reviewable

@chrisdembia chrisdembia requested a review from nickbianco June 11, 2020 02:15
Copy link
Member

@nickbianco nickbianco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 2 of 2 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@chrisdembia chrisdembia merged commit 688af80 into master Jun 12, 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.

2 participants