Skip to content

Commit

Permalink
Merge pull request #842 from Unidata/dependabot-pip-ci-coverage-7.6.8
Browse files Browse the repository at this point in the history
CI: (deps): Bump coverage from 7.6.7 to 7.6.8 in /ci
  • Loading branch information
dopplershift authored Dec 3, 2024
2 parents 7e14fc7 + 7544272 commit d3d01a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==8.3.3
netCDF4==1.7.2
coverage==7.6.7
coverage==7.6.8
vcrpy==6.0.2
4 changes: 2 additions & 2 deletions examples/ndbc/buoy_type_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

####################################################
# Request the types of data available from a given buoy.
data_aval = NDBC.buoy_data_types('42002')
data_aval = NDBC.buoy_data_types('42001')
print(data_aval)

####################################################
# Get a pandas data frame of all of the observations, meteorological data is the default
# observation set to query.
df = NDBC.realtime_observations('42002', data_type='supl')
df = NDBC.realtime_observations('42001', data_type='supl')
df.head()

0 comments on commit d3d01a1

Please sign in to comment.