Skip to content

converted test_volumeutils to pytest #839

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

Merged
merged 7 commits into from
Nov 12, 2019

Conversation

chrisgorgo
Copy link
Member

No description provided.

@chrisgorgo chrisgorgo requested a review from djarecka November 11, 2019 20:37
@codecov
Copy link

codecov bot commented Nov 11, 2019

Codecov Report

Merging #839 into master will increase coverage by 0.17%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #839      +/-   ##
==========================================
+ Coverage   89.91%   90.09%   +0.17%     
==========================================
  Files          98       98              
  Lines       12305    12305              
  Branches     2154     2154              
==========================================
+ Hits        11064    11086      +22     
+ Misses        896      871      -25     
- Partials      345      348       +3
Impacted Files Coverage Δ
nibabel/testing_pytest/__init__.py 62% <0%> (+22%) ⬆️

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 7ddb8b9...049b1f1. Read the comment docs.

@@ -766,26 +764,26 @@ def test_apply_scaling():

def test_apply_read_scaling_ints():
# Test that apply_read_scaling copes with integer scaling inputs
arr = np.arange(10, dtype=np.int16)
arr=np.arange(10, dtype=np.int16)
Copy link
Collaborator

Choose a reason for hiding this comment

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

what happened here? is it nose2pytest?

@djarecka djarecka merged commit 437073c into nipy:master Nov 12, 2019
@effigies effigies added this to the 3.0.0 milestone Nov 15, 2019
@effigies effigies mentioned this pull request Jan 25, 2020
37 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.

3 participants