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

DM-43213: Patch StarTracker headers to pick up pressure #92

Merged
merged 2 commits into from Mar 7, 2024

Conversation

mfisherlevine
Copy link
Contributor

No description provided.

Copy link
Contributor

@isullivan isullivan left a comment

Choose a reason for hiding this comment

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

Looks good!

newWeather = Weather(weather.getAirTemperature(), pressure, weather.getHumidity())
newArgs["weather"] = newWeather

newVi = exp.visitInfo.copyWith(**newArgs)
Copy link
Contributor

Choose a reason for hiding this comment

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

Since you are making this more generic, perhaps wrap this line and the one below it in a if newArgs: check.

@mfisherlevine mfisherlevine merged commit f7cef97 into main Mar 7, 2024
4 checks passed
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

2 participants