Skip to content

Commit

Permalink
Fixed capture.py entry point script.
Browse files Browse the repository at this point in the history
  • Loading branch information
mliberty1 committed Feb 25, 2020
1 parent 942373b commit 1379e71
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,15 @@
This file contains the list of changes made to pyjoulescope.


## 0.8.5

2020 Feb 26

* Fixed capture.py entry point script.




## 0.8.3

2020 Feb 19
Expand Down
1 change: 0 additions & 1 deletion joulescope/entry_points/capture.py
Expand Up @@ -75,7 +75,6 @@ def on_stop(event, message):
try:
device.open()
recorder = DataRecorder(filename,
sampling_frequency=device.output_sampling_frequency,
calibration=device.calibration)
device.stream_process_register(recorder)
device.start(stop_fn=on_stop, duration=duration,
Expand Down

0 comments on commit 1379e71

Please sign in to comment.