-
Notifications
You must be signed in to change notification settings - Fork 68
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
Python wrapper returns SwigPyObject instead of CPACSWalls #1012
Comments
Is there an |
I also thought so, but no effect (see 2e43950) |
Sorry, could you try |
Nice to see progress here, @merakulix! Perhaps we should strive to also cover such Python functions via unittests? I made an example on my fork for the tanks. The pythonwrapper tests are still at the old TiGL/TiXI versions. |
I totally agree, but I wouldn't want to add it to this issue/PR-pair. Any idea on a pragmatic way to achieve this? Here are some ramblings:
This is related to #826. |
True, let's move this discussion to #826. |
Fix Python wrapper returns SwigPyObject instead of CPACSWalls (Issue #1012)
I still can't figure out why the walls (CPACSWalls.h) are not being exported correctly with the Python bindings. Does anyone have an idea?
Minimal test code:
Test data:
test_fuselage_walls_ex1.zip
Output:
tigl/bindings/python_internal/configuration.i
Lines 190 to 191 in f1e1bc3
The text was updated successfully, but these errors were encountered: