-
Notifications
You must be signed in to change notification settings - Fork 10
PunctureTracker: add READS to workaround poison for puncture arrrays #59
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
Conversation
|
@rhaas80 I removed the change in schedule.ccl and write those inactive elements instead to workaround CarpetX poison mechanism |
|
I took a look at meaning that writing to any This is a general bug with the code in PunctureTracker. Since it's not in the ET, I officially don't care. However it cannot be added to the ET in this form yet. |
rhaas80
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's a horrible workaround and cannot in this form be merged into the official ET code base.
In a private repo though: it will get the job done.
What do you mean by 'a general bug with PunctureTracker'? If it is, I can fix it. |
PunctureTracker currently does: so if |
Very good. I add |
PunctureTracker has array of 10 elements to store punctures by default.
Without READS, those inactive elements will be set to nan by the poison mechanism.