Skip to content

Commit 941481a

Browse files
committedNov 18, 2024
test case 0009: update predecessor model
1 parent 89783cd commit 941481a

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed
 

‎test/pypesto/test_pypesto.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@
1919

2020
# Set to `[]` to test all
2121
test_cases = [
22-
#'0006',
23-
#'0002',
24-
#'0008',
22+
# '0006',
23+
# '0002',
24+
# '0008',
25+
# "0009",
2526
]
2627

2728
# Do not use computationally-expensive test cases in CI

‎test_cases/0009/predecessor_model.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
criteria:
22
NLLH: inf
33
estimated_parameters: {}
4-
model_hash: cf9e9633bb9566b26275cc273997fe8c873e4b017e84da13889951f93b6a2950b334af9cc97b582bd43626834d09cd028803056c97dd4692f1e4b209258752a7
5-
model_id: cf9e9633bb9566b26275cc273997fe8c873e4b017e84da13889951f93b6a2950b334af9cc97b582bd43626834d09cd028803056c97dd4692f1e4b209258752a7
4+
model_hash: M-01000001111110010011010011010001
5+
model_id: M-01000001111110010011010011010001
66
model_subspace_id: M
77
model_subspace_indices:
88
- 0
@@ -71,4 +71,4 @@ parameters:
7171
a_k16_k08k16: 1
7272
a_k16_k12k16: estimate
7373
petab_yaml: petab/petab_problem.yaml
74-
predecessor_model_hash: None
74+
predecessor_model_hash: null

0 commit comments

Comments
 (0)
Please sign in to comment.