Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Oct 6, 2023
1 parent 07e576c commit 65ce9c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
4 changes: 2 additions & 2 deletions ndcube/visualization/mpl_sequence_plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def plot(self, sequence_axis_coords=None, sequence_axis_unit=None, **kwargs):
Parameters
----------
sequence_axis_coords: `str` or array-like, optional
The real world value of each step along the sequene axis.
The real world value of each step along the sequence axis.
If `str`, the values are taken from `ndcube.NDCubeSequence.sequence_axis_coords`.
sequence_axis_unit: `str` or `astropy.units.Unit`, optional
Expand Down Expand Up @@ -72,7 +72,7 @@ class SequenceAnimator(ArrayAnimatorWCS):
The sequence to animate.
sequence_axis_coords: `str` or array-like, optional
The real world value of each step along the sequene axis.
The real world value of each step along the sequence axis.
If `str`, the values are taken from `ndcube.NDCubeSequence.sequence_axis_coords`.
sequence_axis_unit: `str` or `astropy.units.Unit`, optional
Expand Down
13 changes: 3 additions & 10 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
[tox]
min_version = 4.0
envlist =
py{38,39,310}{,-devdeps,-online,-figure,-conda,-oldestdeps}
py{38,39,310,311}{,-devdeps,-online,-figure,-conda,-oldestdeps}
build_docs
codestyle
requires =
setuptools >=56, !=61.0.0
pip >= 19.3.1
tox < 4
tox-pypi-filter >= 0.12
isolated_build = true

[testenv]
pypi_filter = https://raw.githubusercontent.com/sunpy/sunpy/main/.test_package_pins.txt
Expand All @@ -28,7 +23,7 @@ setenv =
COLUMNS = 180
PYTEST_COMMAND = pytest -vvv -s -raR --pyargs ndcube --cov-report=xml --cov=ndcube --cov-config={toxinidir}/setup.cfg {toxinidir}/docs
PARFIVE_HIDE_PROGESS = True
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/astropy/simple https://pypi.anaconda.org/scipy-wheels-nightly/simple
devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/astropy/simple https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
passenv =
HTTP_PROXY
HTTPS_PROXY
Expand Down Expand Up @@ -79,8 +74,6 @@ commands =
figure: /bin/bash -c "cat ./figure_test_images/figure_version_info.txt"
figure: python -c "import ndcube.tests.helpers as h; print(h.get_hash_library_name())"
figure: {env:PYTEST_COMMAND} -m "mpl_image_compare" --mpl --remote-data=any --mpl-generate-summary=html --mpl-baseline-path=https://raw.githubusercontent.com/sunpy/sunpy-figure-tests/ndcube-main/figures/{envname}/ {posargs}
install_command =
devdeps: python -m pip install --extra-index-url=https://pypi.anaconda.org/astropy/simple {opts} {packages}

[testenv:build_docs]
changedir = docs
Expand Down

0 comments on commit 65ce9c2

Please sign in to comment.