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 7918 additions and 16 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 matplotlib
memory_profiler memory_profiler
numpydoc numpydoc
...@@ -5,12 +6,11 @@ pillow ...@@ -5,12 +6,11 @@ pillow
pytest pytest
pytest-cov pytest-cov
pytest-flake8 pytest-flake8
pytest-pylint pylint
pytest-watch pytest-watch
sphinx sphinx
sphinx-autoapi sphinx-autoapi
sphinx-gallery>=0.1.12 sphinx-gallery>=0.1.12
sphinx_rtd_theme sphinx_rtd_theme
sphinxcontrib-versioning sphinxcontrib-versioning
yapf>=0.30.0
wheel wheel
This diff is collapsed.
module KM3NeTTestData
export datapath
const DATA_DIR = joinpath(@__DIR__, "..", "km3net_testdata", "data")
datapath(p...) = joinpath(DATA_DIR, p...)
end
This diff is collapsed.