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

Fix compilation issue in double precision #475

Merged
merged 1 commit into from
Oct 25, 2023

Conversation

beomki-yeo
Copy link
Contributor

Currently double precision is not compiled

Copy link
Member

@krasznaa krasznaa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the problem is with using double for the scalar type, we should not add a cast to float, but one rather to double. 😉

And we should add some CI tests for double precision. 🤔 I'll try to find time tomorrow to look into that, if somebody doesn't beat me to it. 😉

@beomki-yeo
Copy link
Contributor Author

I am happy with having a double precision in CI.
One of the feedbacks that I got from #404 was about concerning the very long test time from double precision. We can think of having only the build process without any test

@beomki-yeo beomki-yeo force-pushed the fix-double-compilation-issue branch from 691a439 to 3175f19 Compare October 24, 2023 18:11
@beomki-yeo beomki-yeo force-pushed the fix-double-compilation-issue branch from 3175f19 to 991f5f6 Compare October 24, 2023 18:44
Copy link
Member

@krasznaa krasznaa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@krasznaa krasznaa merged commit 6ab4cd9 into acts-project:main Oct 25, 2023
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