You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gilles (JIRA)" <ji...@apache.org> on 2018/03/01 13:56:00 UTC

[jira] [Comment Edited] (NUMBERS-17) 4D capacity for ComplexUtils

    [ https://issues.apache.org/jira/browse/NUMBERS-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16382023#comment-16382023 ] 

Gilles edited comment on NUMBERS-17 at 3/1/18 1:55 PM:
-------------------------------------------------------

{quote}I don't know what this means.
{quote}
The unit tests do not exercise the code.

Look [here|https://coveralls.io/github/apache/commons-numbers].

You can examine the coverage locally after running
{noformat}
$ mvn site site:stage
{noformat}
and looking at the "Jacoco" report in the generated web site pages, under directory {{target/staging}} (then in the page menu: item "Project Modules" -> "Project Reports").


was (Author: erans):
bq. I don't know what this means.
The unit tests do not exercise the code.

Look here:
  https://coveralls.io/github/apache/commons-numbers

You can examine the coverage locally after running
{noformat}
$ mvn site site:stage
{noformat}
and looking at the "Jacoco" report in the generated web site pages, under directory {{target/staging}} (then in the page menu: item "Project Modules" -> "Project Reports").

> 4D capacity for ComplexUtils
> ----------------------------
>
>                 Key: NUMBERS-17
>                 URL: https://issues.apache.org/jira/browse/NUMBERS-17
>             Project: Commons Numbers
>          Issue Type: Improvement
>            Reporter: Eric Barnhill
>            Priority: Minor
>              Labels: gsoc2018, unit-test-missing
>
> Adding 4D capacity to the ComplexUtils will make them compatible with the NIfTI medical image file format which is by default in 4D. Right now neither Java library that handles .nii files handles complex .nii files so this library will greatly facilitate that.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)