Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
genisplaja authored Oct 31, 2023
2 parents 0417604 + cbd3dc4 commit e4c0b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/contributing_examples/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def __init__(self, data_home=None, version="default"):
# -- you do not have to include this function if there is no metadata
@core.cached_property
def _metadata(self):
metadata_path = os.path.join(self.data_home, 'example_metadta.csv')
metadata_path = os.path.join(self.data_home, 'example_metadata.csv')

# load metadata however makes sense for your dataset
metadata_path = os.path.join(data_home, 'example_metadata.json')
Expand Down

0 comments on commit e4c0b09

Please sign in to comment.