Merge branch 'FT_random' of git_opytex:/lafrite/Mapytex into FT_random

This commit is contained in:
2019-05-16 19:42:52 +02:00
3 changed files with 31 additions and 6 deletions

View File

@@ -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)}}) # doctest +SKIP
>>> Expression.random("{a}/{a*k} - 3*{b}", variables_scope={'a':{'min_max':(10, 30)}}) # doctest: +SKIP
<Exp: 18 / 108 - 3 * 9>
"""