We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The test expects this
SWIG director method error. NoMethodError: undefined method `nonExistingMethod' for #<OpenStudio::Model::Model:ADDRESS>
I receive
SWIG director method error. NoMethodError: undefined method `nonExistingMethod' for #<OpenStudio::Model::Model:0x00007f0a8aa13b28 @__swigtype__=\"_p_openstudio__model__Model\">
The test is designed to replace the hexidecimal address, but it is not designed for or expecting the trailing characters.
@__swigtype__=\"_p_openstudio__model__Model\
I think this is new behavior and I suspect the best course of action is to update the test.
The text was updated successfully, but these errors were encountered:
b9f63e0
kbenne
No branches or pull requests
The test expects this
I receive
The test is designed to replace the hexidecimal address, but it is not designed for or expecting the trailing characters.
@__swigtype__=\"_p_openstudio__model__Model\
I think this is new behavior and I suspect the best course of action is to update the test.
The text was updated successfully, but these errors were encountered: