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
Commits
d0f26afd
Commit
d0f26afd
authored
5 years ago
by
Gregory Ashton
Browse files
Options
Downloads
Patches
Plain Diff
Adds back the python36 test
parent
de97b6fb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+7
-7
7 additions, 7 deletions
.gitlab-ci.yml
test/sampler_test.py
+1
-1
1 addition, 1 deletion
test/sampler_test.py
with
8 additions
and
8 deletions
.gitlab-ci.yml
+
7
−
7
View file @
d0f26afd
...
...
@@ -71,13 +71,13 @@ python-3.7:
-
docs/_build/html/
# test example on python 3.6
#
python-3.6:
#
stage: test
#
image: bilbydev/v2-dockerfile-test-suite-python36
#
script:
#
- python -m pip install .
#
#
- pytest
python-3.6
:
stage
:
test
image
:
bilbydev/v2-dockerfile-test-suite-python36
script
:
-
python -m pip install .
-
pytest
# Tests run at a fixed schedule rather than on push
scheduled-python-3.7
:
...
...
This diff is collapsed.
Click to expand it.
test/sampler_test.py
+
1
−
1
View file @
d0f26afd
...
...
@@ -526,7 +526,7 @@ class TestRunningSamplers(unittest.TestCase):
def
test_run_cpnest
(
self
):
_
=
bilby
.
run_sampler
(
likelihood
=
self
.
likelihood
,
priors
=
self
.
priors
,
sampler
=
'
cpnest
'
,
nlive
=
100
,
save
=
False
)
nlive
=
100
,
save
=
False
,
resume
=
False
)
def
test_run_dynesty
(
self
):
_
=
bilby
.
run_sampler
(
...
...
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