BlueBrain / NeuroTS

Topological Neuron Synthesis
https://neurots.readthedocs.io/en/stable
Apache License 2.0
36 stars 5 forks source link

Fix ci #54

Closed adrien-berchet closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #54 (07f9b49) into main (47fac7c) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #54      +/-   ##
==========================================
+ Coverage   97.35%   97.36%   +0.01%     
==========================================
  Files          33       33              
  Lines        1892     1900       +8     
  Branches      280      281       +1     
==========================================
+ Hits         1842     1850       +8     
  Misses         34       34              
  Partials       16       16              
Flag Coverage Δ
pytest 97.36% <100.00%> (+0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
neurots/extract_input/input_distributions.py 100.00% <100.00%> (ø)
neurots/extract_input/input_parameters.py 97.43% <100.00%> (+0.06%) :arrow_up:
neurots/generate/grower.py 100.00% <100.00%> (ø)
arnaudon commented 1 year ago

be careful, this is based on my diameter branch I think, don't merge on main

adrien-berchet commented 1 year ago

be careful, this is based on my diameter branch I think, don't merge on main

Yeah it's just for testing. I will port the updates to your branch if I can make it work here.

adrien-berchet commented 1 year ago

This was ported to #47