-
Notifications
You must be signed in to change notification settings - Fork 335
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
Add tests for plot_environment #30
Labels
enhancement
Feature requests
Comments
ljvmiranda921
pushed a commit
that referenced
this issue
Sep 21, 2017
Author: ljvmiranda921 Email: ljvmiranda@gmail.com
ljvmiranda921
pushed a commit
that referenced
this issue
Sep 23, 2017
This commit implements additional tests for the animation plots in the environments module. Moreover, some docstrings were changed to explicitly state the actual class being returned. Author: ljvmiranda921 E-mail: ljvmiranda@gmail.com
ljvmiranda921
pushed a commit
that referenced
this issue
Sep 23, 2017
This commit implements additional tests for the animation plots in the environments module. Moreover, some docstrings were changed to explicitly state the actual class being returned. Author: ljvmiranda921 E-mail: ljvmiranda@gmail.com
ljvmiranda921
pushed a commit
that referenced
this issue
Sep 23, 2017
This commit implements additional tests for the animation plots in the environments module. Moreover, some docstrings were changed to explicitly state the actual class being returned. Author: ljvmiranda921 E-mail: ljvmiranda@gmail.com
ljvmiranda921
pushed a commit
that referenced
this issue
Sep 23, 2017
This commit aims to add a conda dependency to facilitate the installation of ffmpeg. With the animators present, we can then safely call methods from the matplotlib.animation.FuncAnimation class. Author: ljvmiranda921 E-mail: ljvmiranda@gmail.com
ljvmiranda921
pushed a commit
that referenced
this issue
Sep 24, 2017
This commit aims to resolve all dependency issues in the matplotlib.animation.FuncAnimation when running the test_plot_environment script. A toolchain called libav-tools is installed in travis-ci, and an if-else script checks if display is found. If not, then it uses the default 'Agg' backend. Moreover, the mock==2.0.0 package is also used during tests as shown in setup.py. Author: ljvmiranda921 E-mail: ljvmiranda@gmail.com
Closing this issue as it was already solved by PR #31 |
ljvmiranda921
pushed a commit
that referenced
this issue
Sep 24, 2017
This commit aims to resolve all dependency issues in the matplotlib.animation.FuncAnimation when running the test_plot_environment script. A toolchain called libav-tools is installed in travis-ci, and an if-else script checks if display is found. If not, then it uses the default 'Agg' backend. Moreover, the mock==2.0.0 package is also used during tests as shown in setup.py. Author: ljvmiranda921 E-mail: ljvmiranda@gmail.com
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Contributor! This might get messy and unreadable because this is just a self-assigned issue that I will work on. In case you pieced out something from my garbled notes and want to help out, feel free to leave a comment below!
TODO:
The text was updated successfully, but these errors were encountered: