Skip to content

Commit

Permalink
Update README.md (#57)
Browse files Browse the repository at this point in the history
* Update README.md

AttributeError: module 'tsdb' has no attribute 'list_available_datasets' . It seems that `list_available_datasets` has been replaced to `list`

---------

Co-authored-by: Wenjie Du <wenjay.du@gmail.com>
  • Loading branch information
IncubatorShokuhou and WenjieDu authored Feb 28, 2024
1 parent 7e2aee7 commit b532ed9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/wenjiedu/tsdb?logo=None&color=6BB392&label=%E2%98%85%20Stars">
</a>
<a href="https://github.com/WenjieDu/TSDB/network/members">
<img alt="GitHub Repo forks" src="https://img.shields.io/github/forks/wenjiedu/pygrinder?logo=forgejo&logoColor=black&label=Forks">
<img alt="GitHub Repo forks" src="https://img.shields.io/github/forks/wenjiedu/tsdb?logo=forgejo&logoColor=black&label=Forks">
</a>
<a href="https://codeclimate.com/github/WenjieDu/TSDB">
<img alt="Code Climate maintainability" src="https://img.shields.io/codeclimate/maintainability-percentage/WenjieDu/TSDB?color=3C7699&label=Maintainability&logo=codeclimate">
Expand Down Expand Up @@ -81,7 +81,7 @@ or install from source code:
import tsdb

# list all available datasets in TSDB
tsdb.list_available_datasets()
tsdb.list()
# select the dataset you need and load it, TSDB will download, extract, and process it automatically
data = tsdb.load('physionet_2012')
# if you need the raw data, use download_and_extract()
Expand Down

0 comments on commit b532ed9

Please sign in to comment.