-
Notifications
You must be signed in to change notification settings - Fork 114
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
[BUG] join_prism interaction with subdivide_path() is behaving strangely #1488
Comments
Not sure what's going on there. You can work around the problem by setting |
I have hopefully/maybe fixed this without breaking something else. It appears that under some circumstances rounding errors results in a value that is supposed to be >=0 ending up less than zero, so I relaxed the test. It appears to work on your test case. The change appears in the PR. |
That's excellent, thanks. I'm ignorant how the process goes, getting from
a Pull Request to a downloadable executable. What's the usual schedule?
(No rush, just want to understand.)
Regards,
Dan
…On Mon, Oct 14, 2024 at 9:13 PM adrianVmariano ***@***.***> wrote:
I have hopefully/maybe fixed this without breaking something else. It
appears that under some circumstances rounding errors results in a value
that is supposed to be >=0 ending up less than zero, so I relaxed the test.
It appears to work on your test case. The change appears in the PR.
—
Reply to this email directly, view it on GitHub
<#1488 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVJPTT35THMUY2R7KU3A26DZ3QQU5AVCNFSM6AAAAABPTBW4JKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJSGEYTQNJQGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
It's a little random these days. Revar will merge the PR at some point, perhaps tonight, or maybe in a week. I think that when that happens you get an email that your issue was closed. |
Describe the bug
join_prism is behaving strangely, works for some values of plate size and subdivide_path(), but not others. In code below, join_prism() works when y value of poly1 is 10 or 50. It doesn't work for 20, 30, 40. join_prism() also breaks if I change the value in subdivide_path() to 40 or 60.
Code To Reproduce Bug This code works. It breaks if you change y value of poly1 or subdivide_path divisor.
Expected behavior
I expect to be able to use any reasonable value of poly1 y dimension and path subdivision and get a fillet.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: