Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • km3py/km3net-testdata
  • bjjung/km3net-testdata
2 results
Show changes
Showing
with 7917 additions and 15 deletions
File added
File added
File added
File added
File added
File added
File added
File added
This diff is collapsed.
File added
black==22.3.0
matplotlib
memory_profiler
numpydoc
......@@ -5,12 +6,11 @@ pillow
pytest
pytest-cov
pytest-flake8
pytest-pylint
pylint
pytest-watch
sphinx
sphinx-autoapi
sphinx-gallery>=0.1.12
sphinx_rtd_theme
sphinxcontrib-versioning
yapf>=0.30.0
wheel
This diff is collapsed.
module KM3NeTTestData
export datapath
const DATA_DIR = joinpath(@__DIR__, "..", "km3net_testdata", "data")
datapath(p...) = joinpath(DATA_DIR, p...)
end