-
Notifications
You must be signed in to change notification settings - Fork 398
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
isclose with std::complex<float> compiler error #2730
Comments
Thanks for reporting! There might be an internal type conversion? It would be great if you would be willing to investigate. |
Could you open a PR and add this to the test? Then we can all see the build logs, and debug from there |
@tdegeus I'm happy to so but won't have time today, and will be unavailable from tomorrow until early December. Should be able to open one then if still required. |
Thanks. If there was no activity by the time you find the time then thanks for doing it. If someone gets to it first, then this will be documented here |
This issue is stale because it has been open for 30 days with no activity. |
@nathan-mxr @tdegeus did this get fixed in xtl? xtensor-stack/xtl#274 |
I guess. A test could be added against a new xtl release to be sure. |
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
Taking test from test_xcomplex.hpp and switching double for float causes compiler error:
The text was updated successfully, but these errors were encountered: