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

improving stability and giving hints about possible problems #686

Merged
merged 5 commits into from
Jan 17, 2025

Conversation

SimonRubenDrauz
Copy link
Collaborator

No description provided.

if np.any(mask_tr):
node_pit = net["_pit"]["node"]
fn = hc_pit[:, FROM_NODE].astype(int)
mask_err = treturn + 15 >= node_pit[fn, TINIT]
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think that this value of 15K could influence the user to think that a high temperature difference is generally better, although it is purely a matter of the total constellation. Having t_return <= t_in is generally bad, but I would prefer to shift finding a suitable initial temperature difference to a potential diagnostic function.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Sounds good to me. Okay, then I will remove this from here.

@SimonRubenDrauz SimonRubenDrauz merged commit 8576cb6 into e2nIEE:develop Jan 17, 2025
20 checks passed
@SimonRubenDrauz SimonRubenDrauz deleted the fix/improve_stability branch January 17, 2025 09:02
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