-
-
Notifications
You must be signed in to change notification settings - Fork 553
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gh-36811: fixed warning while calling OEISSequence.is_dead() function Fixes #36795 fixed warning in OEISSequence.is_dead() function in OEISSequence added a parameter warn=True in _field function and changed self.is_dead(warn_only=True) to self.is_dead(warn_only=warn) inside the _field function, changed the self._field('K') to self._field('K', warn=False) so the warning is not triggered URL: #36811 Reported by: Aman Moon Reviewer(s): Martin Rubey
- Loading branch information
Showing
1 changed file
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters