Skip to content

Demonstrator PR to check whether our ICC tests are broken on dev#953

Closed
franzpoeschel wants to merge 2 commits intoopenPMD:devfrom
franzpoeschel:tmp-test-icc-ci
Closed

Demonstrator PR to check whether our ICC tests are broken on dev#953
franzpoeschel wants to merge 2 commits intoopenPMD:devfrom
franzpoeschel:tmp-test-icc-ci

Conversation

@franzpoeschel
Copy link
Contributor

@franzpoeschel franzpoeschel commented Mar 31, 2021

icc tests are giving me weird errors on multiple independent PRs
"unitSI scaling during chunk loading not yet implemented"
See:
https://github.com/openPMD/openPMD-api/pull/901/checks?check_run_id=2224675773

It looks like the std::numeric_limits<double>::quiet_NaN() that we use as a default value for scaling and check via std::isnan() is not returning true anymore with the latest ICC.

Issue worked around on #938 by this commit (using our auxiliary::Option instead).

icc tests are giving me weird errors on multiple independent PRs
"unitSI scaling during chunk loading not yet implemented"
See:
https://github.com/openPMD/openPMD-api/pull/901/checks?check_run_id=2224675773
@ax3l ax3l force-pushed the tmp-test-icc-ci branch from c2146dc to b0f6cb5 Compare March 31, 2021 20:50
@ax3l
Copy link
Member

ax3l commented Mar 31, 2021

Thanks! Addressed in #954

@ax3l ax3l closed this Mar 31, 2021
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