-
Notifications
You must be signed in to change notification settings - Fork 195
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
Intersection issue found when using create bar #4372
Comments
@DavidGoldwasser Did you ever add a test on a branch of extension gems to reproduce this issue? I'm looking for something I can run in open studio to reproduce this issue before I dig any deeper |
@ggartside I think this is the branch of extension gem I was working on. I'll test it out tomorrow or Monday with the same installer as #4431 |
@ggartside sorry for my delay, this issue in extension gem explains things in more detail. I just ran test with version of OpenStudio used from the intersection PR and I'm still seeing this behavior. I run the test by doing |
This fully bypasses both intersection and matching which bypasses NREL/OpenStudio#4372 for now but it still needs to be fixed. I' need to clean this up a bit later tonight, and then address last failing test.
@ggartside and @tijcolem this is still an issue with the 3.3 alpha installer, however for use with our model articulation I enhanced the logic when |
Issue overview
There is small identified error in pre/post intersection area, but that doesn't account for larger error in expected exterior perimeter reported.
Current Behavior
That error is called here
https://github.com/NREL/openstudio-extension-gem/blob/develop/lib/openstudio/extension/core/os_lib_model_generation.rb#L2543
Expected Behavior
Expected values should match and meaasure and method shoudl run without an error
Steps to Reproduce
I'm going to add a test on branch of extension gem with these inputs and should be able to replicate it
Possible Solution
Details
Environment
Some additional details about your environment for this issue (if relevant):
Context
Is blocking URBANopt project until I figure out work arond
The text was updated successfully, but these errors were encountered: