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

added support for INT16 #63

Merged
merged 2 commits into from
Sep 15, 2022
Merged

Conversation

hstrey
Copy link
Contributor

@hstrey hstrey commented Sep 9, 2022

I noticed that there is another pull request for solving the same problem, but I looked at the code, and my solution seems more in tune with the current structure.

@hstrey
Copy link
Contributor Author

hstrey commented Sep 14, 2022

@Tokazama could you please take a look at my changes and consider a merge. We need your NIfTI package for one of our projects, and we require to save masks with INT16 values. Thanks

@Tokazama
Copy link
Member

Sorry I haven't been on github the past week. Would you mind making a simple test for this so we don't break Int16 support in the future?

@codecov
Copy link

codecov bot commented Sep 15, 2022

Codecov Report

Merging #63 (1cdd95b) into master (06d4ce3) will decrease coverage by 0.73%.
The diff coverage is 50.00%.

@@            Coverage Diff             @@
##           master      #63      +/-   ##
==========================================
- Coverage   52.27%   51.54%   -0.74%     
==========================================
  Files           6        6              
  Lines         549      551       +2     
==========================================
- Hits          287      284       -3     
- Misses        262      267       +5     
Impacted Files Coverage Δ
src/NIfTI.jl 72.47% <50.00%> (-0.43%) ⬇️
src/parsers.jl 31.11% <0.00%> (-4.45%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@hstrey
Copy link
Contributor Author

hstrey commented Sep 15, 2022

sure. I added a test for INT16.

@Tokazama Tokazama merged commit 4865688 into JuliaNeuroscience:master Sep 15, 2022
@hstrey hstrey deleted the int16_patch branch September 16, 2022 02:25
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.

2 participants