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

Fixes no_std + approx combination #1448

Merged
merged 2 commits into from
Oct 24, 2024
Merged

Conversation

akern40
Copy link
Collaborator

@akern40 akern40 commented Oct 24, 2024

These two features can coexist; fixing them included:

  • Slightly altering tests to avoid std fns
  • Adding feature = "std" on some "approx" tests
  • Adding a line to the test script to catch this in the future

Closes #1447

These two features can coexist; fixing them included:
- Slightly altering tests to avoid `std` fns
- Adding `feature = "std"` on some "approx" tests
- Adding a line to the test script to catch this in the future
@nilgoyette nilgoyette merged commit 492b274 into rust-ndarray:master Oct 24, 2024
12 checks passed
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.

Tests and CI/CD for no_std support with approx
2 participants