minor fix, add few tests (#38)

This commit is contained in:
Nicola Demo
2022-11-29 12:42:01 +01:00
committed by GitHub
parent a1e947fede
commit 936f5e1043
4 changed files with 52 additions and 12 deletions

View File

@@ -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 = []