Skip to content

Conversation

amanmoon
Copy link
Contributor

@amanmoon amanmoon commented Jan 2, 2024

This pull request addresses the doctest failures reported when testing the findstat module. The failures are related to the addition of a new collection, causing discrepancies in the expected and actual results.

The doctest failures were observed with the following optional packages:

--optional=4ti2,antic,build,cbc,ccache,cryptominisat,debian,dot2tex,e_antic,external,fricas,glucose,kissat,latte_int,lidia,normaliz,pip,sage,sage_numerical_backends_coin,sage_spkg

I have updated the doctests to include the new collection in the expected results.
Fixes #36481

📝 Checklist

  • The title is concise, informative, and self-explanatory.
  • The description explains in detail what this PR is about.
  • I have linked a relevant issue or discussion.

Copy link

github-actions bot commented Jan 2, 2024

Documentation preview for this PR (built with commit fa606f3; changes) is ready! 🎉

@mantepse mantepse self-requested a review January 2, 2024 14:49
Copy link
Contributor

@mantepse mantepse left a comment

Choose a reason for hiding this comment

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

Perfect, thank you!

vbraun pushed a commit to vbraun/sage that referenced this pull request Jan 5, 2024
… collection

This pull request addresses the doctest failures reported when testing
the `findstat` module. The failures are related to the addition of a new
collection, causing discrepancies in the expected and actual results.

The doctest failures were observed with the following optional packages:
```
--optional=4ti2,antic,build,cbc,ccache,cryptominisat,debian,dot2tex,e_an
tic,external,fricas,glucose,kissat,latte_int,lidia,normaliz,pip,sage,sag
e_numerical_backends_coin,sage_spkg
```
I have updated the doctests to include the new collection in the
expected results.
Fixes sagemath#36481
### 📝 Checklist

<!-- Put an `x` in all the boxes that apply. -->
<!-- If your change requires a documentation PR, please link it
appropriately -->
<!-- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
<!-- Feel free to remove irrelevant items. -->

- [x] The title is concise, informative, and self-explanatory.
- [x] The description explains in detail what this PR is about.
- [x] I have linked a relevant issue or discussion.

URL: sagemath#36991
Reported by: Aman Moon
Reviewer(s): Martin Rubey
vbraun pushed a commit to vbraun/sage that referenced this pull request Jan 16, 2024
sagemathgh-36991: Fixed doc_test in `database.findstat` by adding new collection
    
This pull request addresses the doctest failures reported when testing
the `findstat` module. The failures are related to the addition of a new
collection, causing discrepancies in the expected and actual results.

The doctest failures were observed with the following optional packages:
```
--optional=4ti2,antic,build,cbc,ccache,cryptominisat,debian,dot2tex,e_an
tic,external,fricas,glucose,kissat,latte_int,lidia,normaliz,pip,sage,sag
e_numerical_backends_coin,sage_spkg
```
I have updated the doctests to include the new collection in the
expected results.
Fixes sagemath#36481
### 📝 Checklist

<!-- Put an `x` in all the boxes that apply. -->
<!-- If your change requires a documentation PR, please link it
appropriately -->
<!-- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
<!-- Feel free to remove irrelevant items. -->

- [x] The title is concise, informative, and self-explanatory.
- [x] The description explains in detail what this PR is about.
- [x] I have linked a relevant issue or discussion.
    
URL: sagemath#36991
Reported by: Aman Moon
Reviewer(s): Martin Rubey
vbraun pushed a commit to vbraun/sage that referenced this pull request Jan 16, 2024
sagemathgh-36991: Fixed doc_test in `database.findstat` by adding new collection
    
This pull request addresses the doctest failures reported when testing
the `findstat` module. The failures are related to the addition of a new
collection, causing discrepancies in the expected and actual results.

The doctest failures were observed with the following optional packages:
```
--optional=4ti2,antic,build,cbc,ccache,cryptominisat,debian,dot2tex,e_an
tic,external,fricas,glucose,kissat,latte_int,lidia,normaliz,pip,sage,sag
e_numerical_backends_coin,sage_spkg
```
I have updated the doctests to include the new collection in the
expected results.
Fixes sagemath#36481
### 📝 Checklist

<!-- Put an `x` in all the boxes that apply. -->
<!-- If your change requires a documentation PR, please link it
appropriately -->
<!-- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
<!-- Feel free to remove irrelevant items. -->

- [x] The title is concise, informative, and self-explanatory.
- [x] The description explains in detail what this PR is about.
- [x] I have linked a relevant issue or discussion.
    
URL: sagemath#36991
Reported by: Aman Moon
Reviewer(s): Martin Rubey
vbraun pushed a commit to vbraun/sage that referenced this pull request Jan 16, 2024
sagemathgh-36991: Fixed doc_test in `database.findstat` by adding new collection
    
This pull request addresses the doctest failures reported when testing
the `findstat` module. The failures are related to the addition of a new
collection, causing discrepancies in the expected and actual results.

The doctest failures were observed with the following optional packages:
```
--optional=4ti2,antic,build,cbc,ccache,cryptominisat,debian,dot2tex,e_an
tic,external,fricas,glucose,kissat,latte_int,lidia,normaliz,pip,sage,sag
e_numerical_backends_coin,sage_spkg
```
I have updated the doctests to include the new collection in the
expected results.
Fixes sagemath#36481
### 📝 Checklist

<!-- Put an `x` in all the boxes that apply. -->
<!-- If your change requires a documentation PR, please link it
appropriately -->
<!-- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
<!-- Feel free to remove irrelevant items. -->

- [x] The title is concise, informative, and self-explanatory.
- [x] The description explains in detail what this PR is about.
- [x] I have linked a relevant issue or discussion.
    
URL: sagemath#36991
Reported by: Aman Moon
Reviewer(s): Martin Rubey
@vbraun vbraun merged commit ba107b2 into sagemath:develop Jan 22, 2024
@amanmoon amanmoon deleted the bug/doc_test_failing branch January 23, 2024 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make doctests of findstat more robust
4 participants