.gitlab-ci.yml
.readthedocs.yml
LICENSE
MANIFEST.in
README.md
codecov.yaml
requirements.txt
setup.py
scallop/__init__.py
scallop/logg.py
scallop/pl.py
scallop/pp.py
scallop/tl.py
scallop.egg-info/PKG-INFO
scallop.egg-info/SOURCES.txt
scallop.egg-info/dependency_links.txt
scallop.egg-info/entry_points.txt
scallop.egg-info/not-zip-safe
scallop.egg-info/requires.txt
scallop.egg-info/top_level.txt
scallop/classes/__init__.py
scallop/classes/bootstrap.py
scallop/classes/scallop.py
scallop/datasets/__init__.py
scallop/datasets/heart10k.py
scallop/datasets/joost2016.py
scallop/datasets/neurons10k.py
scallop/test/__init__.py
scallop/test/test_bootstrap_object.py
scallop/test/test_integration_tl.py
scallop/test/test_intersection_functions.py
scallop/test/test_load_dataset.py
scallop/test/test_parallel_Bootstrap.py
scallop/test/test_scallop_object.py
scallop/tools/__init__.py
scallop/tools/_clustering.py
scallop/tools/_get_object_size.py
scallop/tools/_intersection_functions.py
scallop/tools/_parallel_clustering.py
scallop/tools/_utils.py
scallop/tools/_utils_bt.py