Skip to content
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

Turn off plotting test #995

Merged
merged 1 commit into from
Sep 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions py_tests/test_plot_detailed_evolution.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import os.path
import time
import pytest

from compas_python_utils.detailed_evolution_plotter import plot_detailed_evolution


@pytest.mark.skip(reason="RuntimeError: Failed to process string with tex because latex could not be found")
def test_plotter(example_compas_output_path, capsys, test_archive_dir):
data_path = example_compas_output_path
bse_detailed_out_path = os.path.join(
Expand Down