Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Commits
c2319bdb
Commit
c2319bdb
authored
1 year ago
by
Charlotte Hausman
Browse files
Options
Downloads
Patches
Plain Diff
now that ngas_ingest relies on capo, don't assert on it.
parent
d827db2b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!1571
catch 2.8.2.3 up with main
,
!1546
2.8.2.1 patch development to main
,
!1544
make sure observation manifest creation picks up all types of log files
Pipeline
#13187
passed
1 year ago
Stage: pull-db
Stage: build-packages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/cli/executables/pexable/ingest_envoy/test/test_evla_cal_manifest.py
+1
-5
1 addition, 5 deletions
...ables/pexable/ingest_envoy/test/test_evla_cal_manifest.py
with
1 addition
and
5 deletions
apps/cli/executables/pexable/ingest_envoy/test/test_evla_cal_manifest.py
+
1
−
5
View file @
c2319bdb
...
...
@@ -88,7 +88,7 @@ def test_filters_cal_input_files(ingest_path: Path):
assert
manifest
.
locator
==
locator
params
=
manifest
.
parameters
assert
params
.
reingest
is
False
and
params
.
ngas_ingest
is
True
assert
params
.
reingest
is
False
assert
not
hasattr
(
params
,
"
calibrate
"
)
input_group
=
manifest
.
input_group
...
...
@@ -338,8 +338,6 @@ def test_evla_cal_manifest_matches_example(ingest_path: Path):
expected_reingest
=
expected_params
[
"
reingest
"
]
assert
actual_params
[
"
reingest
"
]
==
expected_reingest
expected_ngas_ingest
=
expected_params
[
"
ngas_ingest
"
]
assert
actual_params
[
"
ngas_ingest
"
]
==
expected_ngas_ingest
assert
"
calibrate
"
not
in
actual_params
.
keys
()
assert
manifest
.
input_group
.
to_dict
()
==
expected_json
[
"
input_group
"
]
...
...
@@ -442,8 +440,6 @@ def test_evla_cal_final_manifest_matches_example(ingest_path: Path):
expected_reingest
=
expected_params
[
"
reingest
"
]
assert
actual_params
[
"
reingest
"
]
==
expected_reingest
expected_ngas_ingest
=
expected_params
[
"
ngas_ingest
"
]
assert
actual_params
[
"
ngas_ingest
"
]
==
expected_ngas_ingest
assert
"
calibrate
"
not
in
actual_params
.
keys
()
assert
manifest
.
input_group
.
to_dict
()
==
expected_json
[
"
input_group
"
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment