Skip to content

Commit

Permalink
Solving some broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
acostapazo committed Apr 12, 2021
1 parent 33c908d commit e0f6448
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/tools/visualization/test_radar.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
],
)
def test_should_save_a_radar(working_point, approach_results):
os.makedirs("output", exist_ok=True)
output_filename = "output/radar.png"
radar = PadRadarPaiPlotter(
title="My Title",
Expand Down

0 comments on commit e0f6448

Please sign in to comment.