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

[stdlib][NFC] Improve tests for utils.numerics #2727

Closed

Conversation

msaelices
Copy link
Contributor

@msaelices msaelices commented May 17, 2024

Changes

  • Alpha order on test_simd.mojo to easier overview
  • Tests for get_accum_type(), mex_or_inf(), min_finite(), min_or_neg_inf(), nextafter() and neg_inf()

Ref

See #2680

Signed-off-by: Manuel Saelices <msaelices@gmail.com>
Signed-off-by: Manuel Saelices <msaelices@gmail.com>
…_inf

Signed-off-by: Manuel Saelices <msaelices@gmail.com>
Signed-off-by: Manuel Saelices <msaelices@gmail.com>
@msaelices msaelices requested a review from a team as a code owner May 17, 2024 23:01
@laszlokindrat laszlokindrat self-assigned this May 17, 2024
@laszlokindrat laszlokindrat changed the title Improve tests for utils.numerics [stdlib][NFC] Improve tests for utils.numerics May 17, 2024
@laszlokindrat
Copy link
Contributor

Thanks for the patch! Does this fully address #2680? I.e. is there any other function in utils.numerics that's not (sufficiently) covered?

@laszlokindrat laszlokindrat added the imported-internally Signals that a given pull request has been imported internally. label May 17, 2024
Copy link
Contributor

@laszlokindrat laszlokindrat left a comment

Choose a reason for hiding this comment

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

nice, thanks!

@modularbot
Copy link
Collaborator

✅🟣 This contribution has been merged 🟣✅

Your pull request has been merged to the internal upstream Mojo sources. It will be reflected here in the Mojo repository on the nightly branch during the next Mojo nightly release, typically within the next 24-48 hours.

We use Copybara to merge external contributions, click here to learn more.

@modularbot modularbot added merged-internally Indicates that this pull request has been merged internally merged-externally Merged externally in public mojo repo labels May 17, 2024
@modularbot
Copy link
Collaborator

Landed in 18f1eaa! Thank you for your contribution 🎉

modularbot pushed a commit that referenced this pull request May 18, 2024
[External] [stdlib][NFC] Improve tests for utils.numerics

## Changes

- [X] Alpha order on `test_simd.mojo` to easier overview
- [X] Tests for `get_accum_type()`, `mex_or_inf()`, `min_finite()`,
`min_or_neg_inf()`, `nextafter()` and `neg_inf()`

## Ref

See #2680

Co-authored-by: Manuel Saelices <msaelices@gmail.com>
Closes #2727
MODULAR_ORIG_COMMIT_REV_ID: cc66c1163ae663010cac482518b57fbedb0aa636
@modularbot modularbot closed this May 18, 2024
msaelices added a commit to msaelices/mojo that referenced this pull request May 18, 2024
[External] [stdlib][NFC] Improve tests for utils.numerics

## Changes

- [X] Alpha order on `test_simd.mojo` to easier overview
- [X] Tests for `get_accum_type()`, `mex_or_inf()`, `min_finite()`,
`min_or_neg_inf()`, `nextafter()` and `neg_inf()`

## Ref

See modularml#2680

Co-authored-by: Manuel Saelices <msaelices@gmail.com>
Closes modularml#2727
MODULAR_ORIG_COMMIT_REV_ID: cc66c1163ae663010cac482518b57fbedb0aa636
martinvuyk pushed a commit to martinvuyk/mojo that referenced this pull request May 24, 2024
[External] [stdlib][NFC] Improve tests for utils.numerics

## Changes

- [X] Alpha order on `test_simd.mojo` to easier overview
- [X] Tests for `get_accum_type()`, `mex_or_inf()`, `min_finite()`,
`min_or_neg_inf()`, `nextafter()` and `neg_inf()`

## Ref

See modularml#2680

Co-authored-by: Manuel Saelices <msaelices@gmail.com>
Closes modularml#2727
MODULAR_ORIG_COMMIT_REV_ID: cc66c1163ae663010cac482518b57fbedb0aa636
modularbot pushed a commit that referenced this pull request Jun 7, 2024
[External] [stdlib][NFC] Improve tests for utils.numerics

## Changes

- [X] Alpha order on `test_simd.mojo` to easier overview
- [X] Tests for `get_accum_type()`, `mex_or_inf()`, `min_finite()`,
`min_or_neg_inf()`, `nextafter()` and `neg_inf()`

## Ref

See #2680

Co-authored-by: Manuel Saelices <msaelices@gmail.com>
Closes #2727
MODULAR_ORIG_COMMIT_REV_ID: cc66c1163ae663010cac482518b57fbedb0aa636
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
imported-internally Signals that a given pull request has been imported internally. merged-externally Merged externally in public mojo repo merged-internally Indicates that this pull request has been merged internally
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants