You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments