-
Notifications
You must be signed in to change notification settings - Fork 12
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
making uniformly distributed facets fails #146
Comments
Well, if I change the default value of
P.S. the line-numbers in |
As I made this, I must point out that it was not implemented properly and so it fails. I'm fixing it right now. |
Upon looking at this it looks like there is an issue with calculating how long the minimization should run for. I'm going to modify to run faster and remove the intermediate step. I'll also clean the code up to be more readable. |
It is taking longer than an afternoon to fix so I'm moving it down my priority list for now. |
If I set
minimize_nonuniformity = True
in the parset, then factor fails with:I tracked it down to
maxTime
being set to 5 (minutes?) inmake_directions_file_from_skymodel_uniform()
. I.e.computeTime
is always larger thanmaxTime
inchooseGroupSize()
, the minimum value ofcomputeTime
being 6.3.Would it make sense to scale the default / starting value for maxTime by the number of CPUs?
The text was updated successfully, but these errors were encountered: