Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests: Fix petab benchmark models paths #2488

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

dweindl
Copy link
Member

@dweindl dweindl commented Aug 1, 2024

Naming scheme changed. Use provided library to constructs paths.

Naming scheme changed. Use provided library to constructs paths.
@dweindl dweindl self-assigned this Aug 1, 2024
Copy link

codecov bot commented Aug 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.68%. Comparing base (b0d79ff) to head (21ca056).
Report is 67 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #2488   +/-   ##
========================================
  Coverage    77.68%   77.68%           
========================================
  Files          324      324           
  Lines        20941    20941           
  Branches      1456     1456           
========================================
  Hits         16267    16267           
  Misses        4671     4671           
  Partials         3        3           
Flag Coverage Δ
cpp 73.44% <ø> (ø)
cpp_python 34.08% <ø> (ø)
petab 36.63% <ø> (ø)
python 72.23% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@dweindl dweindl marked this pull request as ready for review August 1, 2024 09:33
@dweindl dweindl requested a review from a team as a code owner August 1, 2024 09:33
Copy link
Member

@FFroehlich FFroehlich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@@ -61,6 +61,7 @@ jobs:
run: |
git clone --depth 1 https://github.com/benchmarking-initiative/Benchmark-Models-PEtab.git \
&& export BENCHMARK_COLLECTION="$(pwd)/Benchmark-Models-PEtab/Benchmark-Models/" \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we don't need BENCHMARK_COLLECTION anymore, right?

Copy link
Member Author

@dweindl dweindl Aug 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's still used in tests/benchmark-models/test_benchmark_collection.sh. At some point, this should be replaced by pytest tests, though, and use the benchmark models Python package.

@dweindl dweindl merged commit bea2dfe into AMICI-dev:develop Aug 1, 2024
20 checks passed
@dweindl dweindl deleted the fix_petab_bc branch August 1, 2024 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants