Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasprobst committed Dec 18, 2023
1 parent 5cb703d commit 4b4129b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def setUp(self) -> None:
repo = zenodo.ZenodoRecord(10156750)
cv = h5tbx.convention.from_repo(repo,
name='tutorial_convention.yaml',
overwrite=True)
take_existing=True)
cv.properties[h5tbx.File]['data_type'].make_optional()
cv.properties[h5tbx.File]['contact'].make_optional()
h5tbx.use(cv)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def setUp(self) -> None:
repo = ZenodoRecord(10156750)
cv = h5tbx.convention.from_repo(repo,
name='tutorial_convention.yaml',
overwrite=True,
take_existing=True,
force_download=True)
# cv = h5tbx.convention.from_zenodo('https://zenodo.org/record/10156750',
# overwrite=True,
Expand Down

0 comments on commit 4b4129b

Please sign in to comment.