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/temperature bounding limiting heatload display in 2D sweep #24

Merged

Conversation

JohnCLee7
Copy link
Collaborator

The placement of my NaN check and break statement was meaning that heat load values were not being calculated if temperature bounds were exceeded, which was limiting the points on the heat graph unnecessarily.
Fixed by simply moving the NaN check for temperatures and the break statement to the end of the loop, after the heat load values have been calculated for that iteration of the loop.

@JohnCLee7 JohnCLee7 requested a review from ZyrnDev November 29, 2024 02:56
@JohnCLee7 JohnCLee7 self-assigned this Nov 29, 2024
@ZyrnDev ZyrnDev merged commit bdf6614 into main Nov 29, 2024
4 checks passed
@ZyrnDev ZyrnDev deleted the fix/temperature-bounding-limiting-heatload-display-in-2D-sweep branch November 29, 2024 08:31
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