-
Notifications
You must be signed in to change notification settings - Fork 4
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
Consider adding feature to truncate delay to given percent of total mass #66
Comments
I'm still not clear how to communicate or provide an interface for this. Perhaps via a helper function that does this vs including it directly? |
@zsusswein, sbfnk, and @jamesmbaazam I imagine you might have some thoughts on what this should look like given you've all implemented this kind of thing in various places. |
I may be missing something but this feels like a job for |
Good point so the flow would be |
Similar to what I've done here:
Of course the
0.99
can be a parameter. And I usedq = 0:round(5 * gi_mean_cowling)
as I thought that'd ensure0.99
was in there, but might need another solution here.This function could be useful for users who want a shorter delay PMF.
The text was updated successfully, but these errors were encountered: