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
713a478d
Commit
713a478d
authored
6 years ago
by
Gregory Ashton
Browse files
Options
Downloads
Patches
Plain Diff
Remove old tests
parent
185a7676
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!123
Minor fix to the creating of `outdir`
Pipeline
#26538
passed
6 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/sampler_tests.py
+0
-4
0 additions, 4 deletions
test/sampler_tests.py
with
0 additions
and
4 deletions
test/sampler_tests.py
+
0
−
4
View file @
713a478d
...
...
@@ -35,7 +35,6 @@ class TestSampler(unittest.TestCase):
outdir
=
test_directory
,
use_ratio
=
False
)
def
tearDown
(
self
):
#os.rmdir(self.sampler.outdir)
del
self
.
sampler
def
test_search_parameter_keys
(
self
):
...
...
@@ -88,9 +87,6 @@ class TestSampler(unittest.TestCase):
print
(
expected_result
.
__dict__
)
self
.
assertDictEqual
(
self
.
sampler
.
result
.
__dict__
,
expected_result
.
__dict__
)
#def test_make_outdir_if_no_outdir_exists(self):
# self.assertTrue(os.path.isdir(self.sampler.outdir))
def
test_prior_transform_transforms_search_parameter_keys
(
self
):
self
.
sampler
.
prior_transform
([
0
])
expected_prior
=
prior
.
Uniform
(
0
,
1
)
...
...
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