Skip to content

Downgrade SciPy to fix CI #139

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 18, 2019
Merged

Downgrade SciPy to fix CI #139

merged 1 commit into from
Dec 18, 2019

Conversation

AdamGleave
Copy link
Member

@AdamGleave AdamGleave commented Dec 18, 2019

I also saw an error in https://circleci.com/gh/HumanCompatibleAI/imitation/185#tests/containers/1 that seems to be due to nedbat/coveragepy#881 but I've not been able to reproduce. If this reoccurs we should consider pinning coverage to 4.5.4 until the issue is resolved.

@AdamGleave AdamGleave requested a review from shwang December 18, 2019 02:20
@AdamGleave AdamGleave changed the title Fix broken packages Downgrade SciPy to fix CI Dec 18, 2019
@AdamGleave
Copy link
Member Author

@shwang once this is merged please merge changes into your PRs and then I'll review once the CI is green

@@ -32,7 +32,7 @@ commands:
curl -o /root/.mujoco/mjkey.txt ${MUJOCO_KEY}
md5sum /root/.mujoco/mjkey.txt
# Only create venv if it's not been restored from cache
[[ -d /venv ]] || USE_MPI=True ./ci/build_venv.sh /venv
[[ -d /venv ]] || ./ci/build_venv.sh /venv
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean to also remove USE_MPI=True? Not sure what this has to do with scipy or the issue you posted

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's dead code, we do not ever install mpi4py now. But I should mention it in the PR.

@codecov
Copy link

codecov bot commented Dec 18, 2019

Codecov Report

Merging #139 into master will decrease coverage by 0.76%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #139      +/-   ##
==========================================
- Coverage   85.45%   84.68%   -0.77%     
==========================================
  Files          59       59              
  Lines        4001     3958      -43     
==========================================
- Hits         3419     3352      -67     
- Misses        582      606      +24
Impacted Files Coverage Δ
src/imitation/scripts/train_adversarial.py 76.37% <0%> (-22.25%) ⬇️
src/imitation/util/reward_wrapper.py 89.79% <0%> (ø) ⬆️
tests/test_scripts.py 100% <0%> (ø) ⬆️
src/imitation/scripts/config/train_adversarial.py 65.26% <0%> (+0.36%) ⬆️
src/imitation/algorithms/adversarial.py 90% <0%> (+0.37%) ⬆️
src/imitation/util/util.py 100% <0%> (+0.88%) ⬆️
src/imitation/util/rollout.py 96.62% <0%> (+1.22%) ⬆️

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 8199576...6736242. Read the comment docs.

@AdamGleave AdamGleave merged commit baa8e1c into master Dec 18, 2019
@AdamGleave AdamGleave deleted the fix-ci branch December 18, 2019 03:11
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