Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MLAir
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
Container registry
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
esde
machine-learning
MLAir
Commits
3bd709d8
Commit
3bd709d8
authored
2 years ago
by
Lukas Leufen
Browse files
Options
Downloads
Patches
Plain Diff
remove py version from scripts
parent
e11b42df
Branches
Branches containing commit
Tags
Tags containing commit
6 merge requests
!468
first implementation of toar-data-v2, can load data (but cannot process these...
,
!467
Resolve "release v2.2.0"
,
!455
update for reqs
,
!449
Lukas issue402 tech hpc env update
,
!448
Resolve "update HPC environment"
,
!437
Resolve "era5 data"
Pipeline
#105578
failed
2 years ago
Stage: test
Stage: docs
Stage: pages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CI/run_pytest.sh
+1
-1
1 addition, 1 deletion
CI/run_pytest.sh
CI/run_pytest_coverage.sh
+1
-1
1 addition, 1 deletion
CI/run_pytest_coverage.sh
with
2 additions
and
2 deletions
CI/run_pytest.sh
+
1
−
1
View file @
3bd709d8
#!/bin/bash
#!/bin/bash
# run pytest for all run_modules
# run pytest for all run_modules
python
3.6
-m
pytest
--html
=
report.html
--self-contained-html
test
/ |
tee
test_results.out
python
-m
pytest
--html
=
report.html
--self-contained-html
test
/ |
tee
test_results.out
IS_FAILED
=
$?
IS_FAILED
=
$?
...
...
This diff is collapsed.
Click to expand it.
CI/run_pytest_coverage.sh
+
1
−
1
View file @
3bd709d8
#!/usr/bin/env bash
#!/usr/bin/env bash
# run coverage twice, 1) for html deploy 2) for success evaluation
# run coverage twice, 1) for html deploy 2) for success evaluation
python
3.6
-m
pytest
--cov
=
mlair
--cov-report
term
--cov-report
html
test
/ |
tee
coverage_results.out
python
-m
pytest
--cov
=
mlair
--cov-report
term
--cov-report
html
test
/ |
tee
coverage_results.out
IS_FAILED
=
$?
IS_FAILED
=
$?
...
...
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