Closed asoplata closed 4 months ago
Could you merge that? thanks!
Could you merge that? thanks!
I haven't had a chance to make some changes - I'd prefer that None
was used as the sentinel instead of an empty string, as an empty string is an allowable directory. I should be able to do it tomorrow.
Ok, np!
I haven't had time to refactor this, I will do it in another commit. In the mean time, I will approve this, merge it and make a release.
This fixes #25 by customizing the calls to the overloaded function
compute_distances_to_layer_boundaries
. Since there is only one definition ofcompute_placement_hints
, this should solve the problem in all cases. This has been tested against the exact command and data that @lecriste provided in #25 along with some other cases, and alltox
tests have passed locally.