Skip to content

Commit

Permalink
now back to not working version
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Nov 12, 2024
1 parent c26211b commit 2719511
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions miniscope_io/stream_daq.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
from miniscope_io.bit_operation import BufferFormatter
from miniscope_io.devices.mocks import okDevMock
from miniscope_io.exceptions import EndOfRecordingException, StreamReadError
from miniscope_io.formats.stream import StreamBufferHeader as StreamBufferHeaderFormatFormat
from miniscope_io.io import BufferedCSVWriter
from miniscope_io.models.stream import (
StreamBufferHeader,
Expand Down Expand Up @@ -81,7 +80,7 @@ class StreamDaq:
def __init__(
self,
device_config: Union[StreamDevConfig, Path],
header_fmt: Union[StreamBufferHeaderFormat, str] = StreamBufferHeaderFormatFormat,
header_fmt: Union[StreamBufferHeaderFormat, str] = "stream-buffer-header",
) -> None:
"""
Constructer for the class.
Expand Down

0 comments on commit 2719511

Please sign in to comment.