8000 Make fix · matplotlib/matplotlib@d53121d · GitHub
[go: up one dir, main page]

Skip to content

Commit d53121d

Browse files
committed
Make fix
1 parent c01db9f commit d53121d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/mplot3d/tests/test_axes3d.py

Lines changed: 1 addition & 1 deletion
< 6ABB td data-grid-cell-id="diff-4ee7ef31076edd9e71963aba58f9dd2c4378ae337561908ebcc28113e765bd27-2022-2022-0" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative diff-line-number-neutral left-side">2022
Original file line numberDiff line numberDiff line change
@@ -2021,7 +2021,7 @@ def test_rotate(style):
20212021

2022
c = np.sqrt(3)/2
20232023
expectations = {
2024-
('azel', 0, 1, 0): (0, -45, 0),
2024+
('azel', 0, 1, 0): (0, -45, 0),
20252025
('azel', 0, 0, 1): (-45, 0, 0),
20262026
('azel', 0, 0.5, c): (-38.971143, -22.5, 0),
20272027
('azel', 0, 2, 0): (0, -90, 0),

0 commit comments

Comments
 (0)
0