Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/sage/features/join_feature.py: Update doctest output with depreca…
Browse files Browse the repository at this point in the history
…tion warning
  • Loading branch information
Matthias Koeppe committed Mar 6, 2022
1 parent 21d4004 commit f9232e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sage/features/join_feature.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ def is_functional(self):
sage: from sage.features.latte import Latte
sage: Latte().is_functional() # optional - latte_int
doctest:warning...
DeprecationWarning: method JoinFeature.is_functional; use is_present instead
See https://trac.sagemath.org/33114 for details.
FeatureTestResult('latte_int', True)
"""
try:
Expand Down

0 comments on commit f9232e8

Please sign in to comment.