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

Disable CVODE if neuron_dt is None #86

Merged
merged 5 commits into from
Nov 29, 2023

Conversation

darshanmandge
Copy link
Collaborator

fixes #85

@darshanmandge darshanmandge self-assigned this Nov 28, 2023
@darshanmandge darshanmandge marked this pull request as draft November 28, 2023 18:08
Copy link
Collaborator

@AurelienJaquier AurelienJaquier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should not give the settings class, but pass to the function the neuron dt from settings object that is used in create_evaluator. Pass it to define_threshold_based_optimisation_protocol and define_optimisation_protocol, then to define_protocols and finally define_protocol

bluepyemodel/evaluation/evaluator.py Outdated Show resolved Hide resolved
bluepyemodel/evaluation/evaluator.py Outdated Show resolved Hide resolved
bluepyemodel/evaluation/evaluator.py Outdated Show resolved Hide resolved
bluepyemodel/evaluation/evaluator.py Show resolved Hide resolved
@darshanmandge darshanmandge marked this pull request as ready for review November 29, 2023 11:08
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ca5c960) 61.34% compared to head (6870d6f) 61.34%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #86   +/-   ##
=======================================
  Coverage   61.34%   61.34%           
=======================================
  Files          96       96           
  Lines        6592     6592           
=======================================
  Hits         4044     4044           
  Misses       2548     2548           

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

Copy link
Collaborator

@AurelienJaquier AurelienJaquier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great, thank you!

Copy link
Collaborator

@ilkilic ilkilic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @darshanmandge !

@AurelienJaquier AurelienJaquier merged commit 1883200 into BlueBrain:main Nov 29, 2023
6 checks passed
@darshanmandge darshanmandge deleted the cvode_update branch November 29, 2023 12:02
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.

Take default cvode from pipeline_settings
4 participants