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

Implement trivial cases of reading/writing ions. #1152

Merged
merged 1 commit into from
Feb 9, 2024
Merged

Implement trivial cases of reading/writing ions. #1152

merged 1 commit into from
Feb 9, 2024

Conversation

1uc
Copy link
Collaborator

@1uc 1uc commented Feb 7, 2024

This implements a trivial case of reading an ion variable ena and writing 42.0 to ina; along with the functionality required to be able to record ina.

@1uc
Copy link
Collaborator Author

1uc commented Feb 7, 2024

Can't pass CI until: neuronsimulator/nrn#2712 is available via neuron-nightly wheels.

Copy link

codecov bot commented Feb 7, 2024

Codecov Report

Attention: 27 lines in your changes are missing coverage. Please review.

Comparison is base (9cb6d97) 88.07% compared to head (973dbe2) 88.07%.

Files Patch % Lines
src/codegen/codegen_neuron_cpp_visitor.cpp 78.26% 20 Missing ⚠️
src/codegen/codegen_info.hpp 56.25% 7 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1152   +/-   ##
=======================================
  Coverage   88.07%   88.07%           
=======================================
  Files         175      175           
  Lines       12526    12614   +88     
=======================================
+ Hits        11032    11110   +78     
- Misses       1494     1504   +10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bbpbuildbot

This comment has been minimized.

This implements a trivial case of reading an ion variable `ena` and
writing `42.0` to `ina`; along with the functionality required to be
able to record `ina`.
@1uc 1uc marked this pull request as ready for review February 8, 2024 10:47
@bbpbuildbot
Copy link
Collaborator

Logfiles from GitLab pipeline #191961 (:white_check_mark:) have been uploaded here!

Status and direct links:

src/codegen/codegen_info.hpp Show resolved Hide resolved
@1uc 1uc merged commit d70c51b into master Feb 9, 2024
20 checks passed
@1uc 1uc deleted the 1uc/ions branch February 9, 2024 08:30
ohm314 pushed a commit that referenced this pull request May 21, 2024
This implements a trivial case of reading an ion variable `ena` and
writing `42.0` to `ina`; along with the functionality required to be
able to record `ina`.
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.

3 participants