Skip to content

Commit

Permalink
MNT: Skip the dict tests since the likns are broken at the momemnt. […
Browse files Browse the repository at this point in the history
…skip ci]
  • Loading branch information
Taher Chegini committed May 8, 2024
1 parent f141eb7 commit 3d06036
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pygeohydro/stnfloodevents.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,11 @@ def data_dictionary(
Examples
--------
>>> from pygeohydro.stnfloodevents import STNFloodEventData
>>> data = STNFloodEventData.data_dictionary(data_type="instruments", as_dict=False)
>>> data.shape[1]
>>> from pygeohydro import STNFloodEventData
>>> data = STNFloodEventData.data_dictionary(data_type="instruments", as_dict=False) # doctest: +SKIP
>>> data.shape[1] # doctest: +SKIP
2
>>> data.columns
>>> data.columns # doctest: +SKIP
Index(['Field', 'Definition'], dtype='object')
"""
dtype_dict = {
Expand Down

0 comments on commit 3d06036

Please sign in to comment.