Skip to content
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

Merged
merged 16 commits into from
Apr 12, 2021
Merged

Conversation

ramcdougal
Copy link
Member

No description provided.

@ramcdougal
Copy link
Member Author

Needs a test yet

@pramodk
Copy link
Member

pramodk commented Apr 12, 2021

homebrew is broken today. So Mac OS test failures can be ignored.

@codecov-io
Copy link

codecov-io commented Apr 12, 2021

Codecov Report

Merging #1159 (6ed2824) into master (5391a6a) will decrease coverage by 0.06%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
share/lib/python/neuron/__init__.py 29.10% <100.00%> (+0.18%) ⬆️
src/parallel/bbssrvmpi.cpp 13.92% <0.00%> (-29.12%) ⬇️
src/parallel/bbsclimpi.cpp 29.87% <0.00%> (-21.43%) ⬇️
src/nrnmpi/bbsmpipack.cpp 74.01% <0.00%> (-12.43%) ⬇️
src/parallel/bbssrv2mpi.cpp 51.14% <0.00%> (-3.45%) ⬇️
src/parallel/bbs.cpp 62.91% <0.00%> (-1.88%) ⬇️
src/oc/hoc_oop.cpp 62.34% <0.00%> (+0.16%) ⬆️
src/nrnpython/nrnpy_hoc.cpp 54.66% <0.00%> (+0.60%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5391a6a...6ed2824. Read the comment docs.

@ramcdougal
Copy link
Member Author

Ugh. Looks like fine for Python classes and HOC classes but now not importing at top level....

@ramcdougal ramcdougal changed the title import3d_gui bugfix for HOC classes import3d_gui bugfix for HOC classes and top-level Apr 12, 2021
@ramcdougal ramcdougal added this to the Release v8.0 milestone Apr 12, 2021
alexsavulescu pushed a commit that referenced this pull request Apr 13, 2021
* 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
alexsavulescu pushed a commit that referenced this pull request Apr 30, 2021
* 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
@alexsavulescu alexsavulescu mentioned this pull request Mar 22, 2022
15 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants