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

Removed warnings for deprecated assumptions: bounded/unbounded, infinitesimal #15900

Closed
wants to merge 5 commits into from

Conversation

divyanshu132
Copy link
Member

References to other Issues or PRs

Fixes #8071

Brief description of what is fixed or changed

Removed the warnings for bounded, unbounded and infinitesimal.

Other comments

Release Notes

NO ENTRY

@sympy-bot
Copy link

Hi, I am the SymPy bot (v136). I'm here to help you write a release notes entry. Please read the guide on how to write release notes.

  • No release notes entry will be added for this pull request.

Note: This comment will be updated with the latest check if you edit the pull request. You need to reload the page to see it.

Click here to see the pull request description that was parsed.

<!-- Your title above should be a short description of what
was changed. Do not include the issue number in the title. -->

#### References to other Issues or PRs

Fixes #8071
<!-- If this pull request fixes an issue, write "Fixes #NNNN" in that exact
format, e.g. "Fixes #1234". See
https://github.com/blog/1506-closing-issues-via-pull-requests . Please also
write a comment on that issue linking back to this pull request once it is
open. -->


#### Brief description of what is fixed or changed
Removed the warnings for **bounded**, **unbounded** and **infinitesimal**.

#### Other comments


#### Release Notes

<!-- Write the release notes for this release below. See
https://github.com/sympy/sympy/wiki/Writing-Release-Notes for more information
on how to write release notes. The bot will check your release notes
automatically to see if they are formatted correctly. -->

<!-- BEGIN RELEASE NOTES -->
NO ENTRY
<!-- END RELEASE NOTES -->

continue
assumptions[key] = bool(v)


Copy link
Member

Choose a reason for hiding this comment

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

I think 179 is having a trailing whitespace. Please remove it.

Copy link
Member

Choose a reason for hiding this comment

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

Use your IDE(like in spyder) to remove the trailing spaces. It should automatically remove and improve the code quality.

Copy link
Member Author

Choose a reason for hiding this comment

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

removed it please check!!

@oscargus
Copy link
Contributor

oscargus commented Feb 2, 2019

You should probably remove the corresponding tests as well (after confirming that they are testing for the deprecation warning, if something else please update the test).

@czgdp1807
Copy link
Member

How are the changes related to core affecting stats module?

@divyanshu132
Copy link
Member Author

That I was trying to push in another branch & by mistake I've pushed in the same branch, @czgdp1807 can you please help me to remove it!!

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.

Remove deprecated assumptions: bounded/unbounded, infinitesimal
4 participants