-
Notifications
You must be signed in to change notification settings - Fork 118
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
import3d_gui bugfix for HOC classes and top-level #1159
Conversation
Needs a test yet |
homebrew is broken today. So Mac OS test failures can be ignored. |
Codecov Report
@@ Coverage Diff @@
## master #1159 +/- ##
==========================================
- Coverage 31.47% 31.40% -0.07%
==========================================
Files 571 571
Lines 108823 108825 +2
==========================================
- Hits 34248 34174 -74
- Misses 74575 74651 +76
Continue to review full report at Codecov.
|
Ugh. Looks like fine for Python classes and HOC classes but now not importing at top level.... |
* import3d_gui bugfix for HOC classes * and support for top-level instantiation * HOC and toplevel import3d tests * instantiate fix, also some style changes * missed that commands can be added in mksubset * test edits following feedback from @adamjhn * more reasonable indenting for the HOC in a string * was missing a declaration of a variable type in hoc * path was wrong for asc file with HOC template test * 'this' doesn't exist in HOC by default * working import into HocTemplateTest * SectionLists do not have a length * workaround for issue #1164
* import3d_gui bugfix for HOC classes * and support for top-level instantiation * HOC and toplevel import3d tests * instantiate fix, also some style changes * missed that commands can be added in mksubset * test edits following feedback from @adamjhn * more reasonable indenting for the HOC in a string * was missing a declaration of a variable type in hoc * path was wrong for asc file with HOC template test * 'this' doesn't exist in HOC by default * working import into HocTemplateTest * SectionLists do not have a length * workaround for issue #1164
No description provided.