Skip to content

Conversation

@casperdcl
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Aug 17, 2022

Codecov Report

Merging #26 (bbae801) into master (35384a9) will decrease coverage by 2.22%.
The diff coverage is 3.57%.

@@            Coverage Diff            @@
##           master     #26      +/-   ##
=========================================
- Coverage   10.11%   7.89%   -2.23%     
=========================================
  Files           9       9              
  Lines        1978    2091     +113     
=========================================
- Hits          200     165      -35     
- Misses       1778    1926     +148     
Impacted Files Coverage Δ
niftypet/nimpa/__init__.py 66.66% <ø> (ø)
niftypet/nimpa/prc/__init__.py 100.00% <ø> (ø)
niftypet/nimpa/prc/imio.py 6.05% <2.59%> (-0.75%) ⬇️
niftypet/nimpa/prc/prc.py 5.65% <50.00%> (ø)
niftypet/__init__.py 100.00% <100.00%> (ø)
niftypet/nimpa/prc/num.py 23.43% <0.00%> (-59.38%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Comment on lines +65 to +68
while txt[0] == replacement_char:
txt = txt[1:]

return txt
Copy link
Member Author

Choose a reason for hiding this comment

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

Suggested change
while txt[0] == replacement_char:
txt = txt[1:]
return txt
return txt.lstrip(replacement_char)


if [0x018, 0x1079] in tinf:
tmp = tinf[0x018, 0x1079].value
val = tinf[0x018, 0x1079].value
Copy link
Member Author

Choose a reason for hiding this comment

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

I assume this is correct?

@casperdcl casperdcl changed the title next release next release v2.5.0 Aug 17, 2022
@casperdcl casperdcl merged commit 622212c into master Aug 19, 2022
@casperdcl
Copy link
Member Author

/tag v2.5.0 622212c

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