Skip to content

Commit

Permalink
Reworked tests; create .csvs with separate script and env -> Added .c…
Browse files Browse the repository at this point in the history
…sv.gz required for test; updated pyproject.toml -> consistency with biotite
  • Loading branch information
JHKru committed Sep 20, 2024
1 parent 67f795a commit b53306a
Show file tree
Hide file tree
Showing 124 changed files with 393 additions and 1,620 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.7"
python = ">=3.10"
biotite = ">= 0.32"
numpy = ">= 1.15"
numpy = ">= 1.25"

[tool.poetry.dev-dependencies]
biotite = ">= 2.0"
Expand All @@ -50,3 +50,6 @@ ammolite = ">=0.8"
[build-system]
requires = ["poetry_core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.pytest.ini_options]
addopts = "--ignore=tests/data"
Binary file added tests/data/bio3d_anm_calpha_ff_dcc_mw_1l2y.csv.gz
Binary file not shown.
Binary file not shown.
Binary file added tests/data/bio3d_anm_calpha_ff_evals_mw_1l2y.csv.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added tests/data/bio3d_anm_pfanm_ff_dcc_mw_1l2y.csv.gz
Binary file not shown.
Binary file not shown.
Binary file added tests/data/bio3d_anm_pfanm_ff_evals_mw_1l2y.csv.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added tests/data/bio3d_anm_pfanm_ff_hessian_1l2y.csv.gz
Binary file not shown.
Binary file added tests/data/bio3d_anm_sdenm_ff_dcc_mw_1l2y.csv.gz
Binary file not shown.
Binary file not shown.
Binary file added tests/data/bio3d_anm_sdenm_ff_evals_mw_1l2y.csv.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added tests/data/bio3d_anm_sdenm_ff_hessian_1l2y.csv.gz
Binary file not shown.
20 changes: 0 additions & 20 deletions tests/data/bio3d_calpha_ff_dcc_mw_1l2y.csv

This file was deleted.

Loading

0 comments on commit b53306a

Please sign in to comment.