minor fix, add few tests (#38)
This commit is contained in:
@@ -56,7 +56,6 @@ class Span(Location):
|
||||
def sample(self, n, mode='random', variables='all'):
|
||||
"""TODO
|
||||
"""
|
||||
|
||||
def _1d_sampler(n, mode, variables):
|
||||
""" Sample independentely the variables and cross the results"""
|
||||
tmp = []
|
||||
|
||||
Reference in New Issue
Block a user