Skip to content

Commit

Permalink
Merge pull request #16 from sede-open/postprocessing_plotting
Browse files Browse the repository at this point in the history
Addition of postprocessing module
  • Loading branch information
bvandekerkhof authored Nov 4, 2024
2 parents 5c1af2b + ceda7ae commit b8e7d9d
Show file tree
Hide file tree
Showing 4 changed files with 411 additions and 253 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "pyelq-sdk"
version = "1.0.9"
version = "1.0.10"
description = "Package for detection, localization and quantification code."
authors = ["Bas van de Kerkhof", "Matthew Jones", "David Randell"]
homepage = "https://sede-open.github.io/pyELQ/"
Expand All @@ -23,7 +23,7 @@ packages = [{ include = "pyelq", from = "src" }]
python = ">=3.9, <3.12"
pandas = ">=2.1.4"
numpy = ">=1.26.2"
plotly = ">=5.18.0"
plotly = ">=5.18.0, <5.24"
scipy = ">=1.11.4"
pymap3d = ">=3.0.1"
geojson = ">=3.1.0"
Expand All @@ -49,7 +49,7 @@ addopts = "--cov=pyelq --cov-fail-under=90 --ignore-glob=*plot*"
testpaths = ["tests"]

[tool.coverage.report]
omit = ["*plot*", "*/data_access/*", "*/plotting/*"]
omit = ["*plot*", "*/data_access/*", "*/plotting/*", "*/post_processing/*"]
exclude_lines = [".*def.*plot.*", "from pyelq.plotting.plot import Plot"]

[tool.coverage.run]
Expand Down
Loading

0 comments on commit b8e7d9d

Please sign in to comment.