Skip to content

Make the experiment wrapper a module#586

Merged
ryanjulian merged 1 commit intomasterfrom
experiment-wrapper
Mar 19, 2019
Merged

Make the experiment wrapper a module#586
ryanjulian merged 1 commit intomasterfrom
experiment-wrapper

Conversation

@ryanjulian
Copy link
Copy Markdown
Member

This makes it easier to use garage as a library. It makes the
experiment wrapper script available inside the garage package path.

To avoid name collisions, this PR also renames the experiment wrapper
from run_experiment.py to experiment_wrapper.py.

Some hacky changes to garage.experiment are necessary to make this
work, but we will be deleting that module (and this wrapper) ASAP.

This makes it easier to use garage as a library. It makes the
experiment wrapper script available inside the garage package path.

To avoid name collisions, this PR also renames the experiment wrapper
from `run_experiment.py` to `experiment_wrapper.py`.

Some hacky changes to garage.experiment are necessary to make this
work, but we will be deleting that module (and this wrapper) ASAP.
@ryanjulian ryanjulian requested review from a user and naeioi March 19, 2019 01:24
@ryanjulian ryanjulian requested a review from a team as a code owner March 19, 2019 01:24
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 19, 2019

Codecov Report

Merging #586 into master will decrease coverage by 0.85%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #586      +/-   ##
==========================================
- Coverage   59.23%   58.38%   -0.86%     
==========================================
  Files         139      140       +1     
  Lines        9045     9177     +132     
  Branches     1321     1341      +20     
==========================================
  Hits         5358     5358              
- Misses       3303     3435     +132     
  Partials      384      384
Impacted Files Coverage Δ
garage/experiment/experiment_wrapper.py 0% <ø> (ø)
garage/experiment/experiment.py 20.49% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 80b0281...a0dc2bc. Read the comment docs.

@ryanjulian ryanjulian merged commit 77663b8 into master Mar 19, 2019
@ryanjulian ryanjulian deleted the experiment-wrapper branch March 19, 2019 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants