LICENSE
README.md
pyproject.toml
pycsa/__init__.py
pycsa/logging_config.py
pycsa/scheduling.py
pycsa/compute/__init__.py
pycsa/compute/context.py
pycsa/config/__init__.py
pycsa/config/params.py
pycsa/core/__init__.py
pycsa/core/buffer_pool.py
pycsa/core/delaunay.py
pycsa/core/fourier.py
pycsa/core/hyperparams.py
pycsa/core/io.py
pycsa/core/lin_reg.py
pycsa/core/mode_selection.py
pycsa/core/physics.py
pycsa/core/priors.py
pycsa/core/reconstruction.py
pycsa/core/tile_cache.py
pycsa/core/utils.py
pycsa/core/validation.py
pycsa/core/var.py
pycsa/data/__init__.py
pycsa/data/cell.py
pycsa/data/results.py
pycsa/plotting/__init__.py
pycsa/plotting/cart_plot.py
pycsa/plotting/diagnostics.py
pycsa/plotting/plotter.py
pycsa/wrappers/__init__.py
pycsa/wrappers/diagnostics.py
pycsa/wrappers/interface.py
pycsa_specappx.egg-info/PKG-INFO
pycsa_specappx.egg-info/SOURCES.txt
pycsa_specappx.egg-info/dependency_links.txt
pycsa_specappx.egg-info/requires.txt
pycsa_specappx.egg-info/top_level.txt
tests/test_dynamic_memory.py
tests/test_etopo_edge_cases.py
tests/test_etopo_global_plot.py
tests/test_etopo_parallel_benchmark.py
tests/test_etopo_pole_cells.py
tests/test_hyperparams.py
tests/test_icon_etopo_validation.py
tests/test_merit_edge_cases.py
tests/test_mode_selection.py
tests/test_priors.py
tests/test_spatial_cv.py
tests/test_tile_cache_etopo_equivalence.py