Skip to content

Commit

Permalink
Updating "test" images with matplotlib 2.0.0rc2.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Dec 30, 2016
1 parent 2ecece7 commit 90e22b8
Show file tree
Hide file tree
Showing 36 changed files with 4 additions and 4 deletions.
Binary file modified docs/images/test_curve12_self_crossing.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/test_curves10_and_11.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/test_curves10_and_17.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/test_curves10_and_23.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/test_curves11_and_26.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/test_curves11_and_31.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/test_curves14_and_15.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/test_curves14_and_16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/test_curves15_and_25.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/test_curves1_and_13.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/test_curves1_and_18.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/test_curves1_and_19.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/test_curves1_and_2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/test_curves1_and_20.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/test_curves1_and_24.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/test_curves1_and_5.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/test_curves1_and_6.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/test_curves1_and_7.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/test_curves1_and_8.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/test_curves1_and_9.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/test_curves20_and_21.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/test_curves21_and_22.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/test_curves28_and_29.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/test_curves29_and_30.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/test_curves32_and_33.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/test_curves34_and_35.png
Binary file added docs/images/test_curves36_and_37.png
Binary file modified docs/images/test_curves3_and_4.png
Binary file modified docs/images/test_curves8_and_23.png
Binary file modified docs/images/test_curves8_and_27.png
Binary file modified docs/images/test_curves8_and_9.png
Binary file modified docs/images/test_goes_through_box.png
Binary file modified docs/images/test_surface3_and_point1.png
Binary file modified docs/images/test_surfaces1Q_and_2Q.png
Binary file modified docs/images/test_surfaces6Q_and_7Q.png
8 changes: 4 additions & 4 deletions functional_tests/test_segment_box.py
Expand Up @@ -208,10 +208,6 @@ def test_goes_through_box():
[1.25, 0.5],
[0.5, 1.25],
]),
np.array([
[0.5, 1.25],
[-0.25, 0.5],
]),
np.array([
[-0.5, 0.5],
[1.5, 0.5],
Expand All @@ -232,6 +228,10 @@ def test_goes_through_box():
[0.0, 1.25],
[0.0, -0.25],
]),
np.array([
[0.5, 1.25],
[-0.25, 0.5],
]),
)

for segment in segments:
Expand Down

0 comments on commit 90e22b8

Please sign in to comment.