Fix: forgot to skip a doctest
This commit is contained in:
parent
fbe72ae764
commit
8ab306683b
@ -97,7 +97,7 @@ class Expression(object):
|
||||
:example:
|
||||
>>> Expression.random("{a}/{a*k}") # doctest: +SKIP
|
||||
<Exp: -3 / -15>
|
||||
>>> Expression.random("{a}/{a*k} - 3*{b}", variables_scope={'a':{'min_max':(10, 30)}})
|
||||
>>> Expression.random("{a}/{a*k} - 3*{b}", variables_scope={'a':{'min_max':(10, 30)}}) # doctest +SKIP
|
||||
<Exp: 18 / 108 - 3 * 9>
|
||||
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user