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

De precision fix #48

Merged
merged 2 commits into from
May 24, 2024
Merged

De precision fix #48

merged 2 commits into from
May 24, 2024

Conversation

zmorrell
Copy link
Collaborator

Increased upper bound on precision requirements and removed lower bounds. This temporarily resolves the issues with the failing CI, and may be a viable path moving forward. It seems that the issue is arising that since we are still considering Julia 1.6 in our unit tests, using a tight range on values to see if anything changes is untenable for maintenance. Removing the lower bound should ensure that we have a high quality of solution without having erroneous build failures come up when a dependency modifies their package.

Fixes #45

@zmorrell zmorrell requested a review from ccoffrin May 23, 2024 03:13
@zmorrell zmorrell added the bug Something isn't working label May 23, 2024
@zmorrell zmorrell merged commit fbb7826 into main May 24, 2024
5 checks passed
@zmorrell zmorrell deleted the de-precision-fix branch May 24, 2024 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix failing test for simulate_de
1 participant