Skip to content

Commit

Permalink
Merge pull request #995 from TeamCOMPAS/turn_off_plotting_test
Browse files Browse the repository at this point in the history
Turn off plotting test
  • Loading branch information
jeffriley authored Sep 20, 2023
2 parents 1baa95f + 3dc8f4b commit 7d1a6ce
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit 7d1a6ce

Please sign in to comment.