Skip to content

Commit

Permalink
Added the test which was creating the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yashrsharma44 committed Jul 8, 2019
1 parent d7638e1 commit 3639eb0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ndcube/tests/test_sequence_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -700,11 +700,11 @@ def test_prep_axes_kwargs_errors(test_input, expected_error):
(userrangequantity_none_axis_ranges_axis0_1e7[0].min(),
userrangequantity_none_axis_ranges_axis0_1e7[0].max()),
(seq_stack.data.min(), seq_stack.data.max()))),
# Needs to be commented down||
# (seq, {"plot_axis_indices": 2, "axes_coordinates": "hi"},
# (seq_stack.data, hi2_none_axis_ranges_axis2, "hi [s]", "Data [None]",
# (hi2_none_axis_ranges_axis2[2].min(), hi2_none_axis_ranges_axis2[2].max()),
# (seq_stack.data.min(), seq_stack.data.max()))),
(seq, {"plot_axis_indices": 2, "axes_coordinates": "hi"},
(seq_stack.data, hi2_none_axis_ranges_axis2, "hi [s]", "Data [None]",
(hi2_none_axis_ranges_axis2[2].min(), hi2_none_axis_ranges_axis2[2].max()),
(seq_stack.data.min(), seq_stack.data.max()))),
(seq, {"plot_axis_indices": 1, "axes_coordinates": "pix"},
(seq_stack.data, pix1_none_axis_ranges_axis1, "pix [pix]", "Data [None]",
Expand Down

0 comments on commit 3639eb0

Please sign in to comment.