Skip to content

Commit

Permalink
Merge pull request #7391 from nabobalis/setup
Browse files Browse the repository at this point in the history
ignore filter for pandas
  • Loading branch information
dstansby committed Jan 22, 2024
2 parents d089677 + 598077b commit 0a85e43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@ filterwarnings =
ignore::sunpy.util.exceptions.SunpyConnectionWarning
# Can be removed when https://github.com/dateutil/dateutil/issues/1314 is resolved
ignore:datetime.datetime.utcfromtimestamp():DeprecationWarning

# https://github.com/pandas-dev/pandas/issues/54466
ignore:\nPyarrow will become a required dependency of pandas in the next major release of pandas:DeprecationWarning

[flake8]
ignore =
Expand Down
2 changes: 1 addition & 1 deletion sunpy/timeseries/timeseriesbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ def to_array(self, **kwargs):
Parameters
----------
**kwargs : `dict`
All keyword arguments are passed to `pandas.DataFrame.to_numpy`.
All keyword arguments are passed to ``pandas.DataFrame.to_numpy``.
Returns
-------
Expand Down

0 comments on commit 0a85e43

Please sign in to comment.