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

Commit

Permalink
1 test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Boussicault committed Feb 8, 2015
1 parent 7ea864d commit 8a97835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/combinat/non_ambiguous_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ def get_p( self ):
....: return True
sage: all( [
....: all( [ test_p_conjecture( i,i ) for i in range(1,4) ] )
....: all( [ test_p_conjecture( i,j ) for i in range(1,4) ] )
....: for j in range(1,4)
....: ] )
True
Expand Down

0 comments on commit 8a97835

Please sign in to comment.