-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
extra copy of output trans.pdls so CopyBadStatusCode hits original ou…
…tputs
- Loading branch information
Showing
3 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bcd4ea3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tests here (particularly in
t/bad.t
) capture the error found in the discussion of moocow-the-bovine/PDL-CCS#5 (and fix the most-important problem described therein) - the passed-infloat
-typed output was (as in current PDL::CCS with currently-released PDL) not getting its badflag set due to the wrong output ndarray getting its badflag set (and not propagated) by theCopyBadStatusCode
in theccs_accum_*
operations.