Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bilby
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
lscsoft
bilby
Merge requests
!408
Fixes the scheduled tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fixes the scheduled tests
fix-scheduled-tests
into
master
Overview
1
Commits
2
Pipelines
2
Changes
3
Merged
Gregory Ashton
requested to merge
fix-scheduled-tests
into
master
6 years ago
Overview
1
Commits
2
Pipelines
2
Changes
1
Expand
Make the test case generate samples from the prior
Force the marginalized likelihood test to use fixed m1 and m2 to ensure no samples are generated with the wrong ordering
Remove pipenv
0
0
Merge request reports
Compare
version 1
version 1
03dc17bb
6 years ago
master (base)
and
latest version
latest version
aa630c3c
2 commits,
6 years ago
version 1
03dc17bb
1 commit,
6 years ago
Show latest version
1 file
+
2
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
2
−
8
Options
@@ -77,17 +77,11 @@ python-3.7:
scheduled-python-3.7
:
stage
:
test
image
:
bilbydev/bilby-test-suite-python37
#
only:
#
- schedules
only
:
-
schedules
script
:
-
python setup.py install
# Run pyflakes
-
flake8 .
# Run tests
-
pytest
# Run tests which are only done on schedule
-
pytest test/example_test.py
-
pytest test/gw_example_test.py
Loading