Skip to content

Commit

Permalink
fix write example
Browse files Browse the repository at this point in the history
  • Loading branch information
d-chambers committed Jan 4, 2024
1 parent b12e67d commit e8a69d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dascore/io/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -753,8 +753,9 @@ def write(
>>>
>>> patch = dc.get_example_patch()
>>> path = Path("output.h5")
>>> dc.write(patch, path, "dasdae")
>>> _ = dc.write(patch, path, "dasdae")
>>>
>>> assert path.exists()
>>> path.unlink()
"""
formatter = FiberIO.manager.get_fiberio(file_format, file_version)
Expand Down

0 comments on commit e8a69d9

Please sign in to comment.