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

API: Change the shape of deltaf_raw to have the same number of dimensions as other outputs #198

Merged
merged 4 commits into from Jun 29, 2021

Conversation

scottclowe
Copy link
Member

Change the shape of experiment.deltaf_raw to be a numpy.ndarray of (cells, trials) each containing a numpy.ndarray shaped (1, time).

The current inner shape is a vector (time, ). This means the number of dimensions unexpectedly differs from experiment.raw and experiment.deltaf_result, each of which is a numpy.ndarray of (cells, trials) each containing a numpy.ndarray shaped (regions, time).

@scottclowe scottclowe added the vX.Y.0 New Minor Release This should be included in a minor release label Jun 22, 2021
@scottclowe scottclowe changed the title API: Change the shape of deltaf_raw to API: Change the shape of deltaf_raw to have the same number of dimensions as other outputs Jun 22, 2021
@codecov
Copy link

codecov bot commented Jun 22, 2021

Codecov Report

Merging #198 (a4633f2) into master (d8b356d) will decrease coverage by 0.86%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #198      +/-   ##
==========================================
- Coverage   93.33%   92.46%   -0.87%     
==========================================
  Files           8        8              
  Lines         930     1248     +318     
  Branches      195      294      +99     
==========================================
+ Hits          868     1154     +286     
- Misses         32       55      +23     
- Partials       30       39       +9     
Flag Coverage Δ
nbsmoke 65.91% <0.00%> (ø)
unittests 93.01% <100.00%> (ø)

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

Impacted Files Coverage Δ
fissa/core.py 95.23% <100.00%> (-1.92%) ⬇️
fissa/extraction.py 90.99% <0.00%> (-4.87%) ⬇️
fissa/roitools.py 91.13% <0.00%> (+2.14%) ⬆️

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 d8b356d...a4633f2. Read the comment docs.

@scottclowe scottclowe force-pushed the api_deltaf-raw-shape branch 3 times, most recently from f6f3c2c to 26f641b Compare June 26, 2021 16:18
@scottclowe scottclowe merged commit 8296a6c into rochefort-lab:master Jun 29, 2021
@scottclowe scottclowe deleted the api_deltaf-raw-shape branch June 29, 2021 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vX.Y.0 New Minor Release This should be included in a minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants