We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e874502 commit 3ed47adCopy full SHA for 3ed47ad
data/Binary.py
@@ -19,11 +19,13 @@
19
1. 'wb' overwrites binary file
20
2. 'ab' appends to existing binary file
21
'''
22
-
+###############################################################
23
# Imports
24
25
import struct
26
import numpy as np
27
import datetime as dt
28
+
29
###############################################################
30
# Saves python dict() to a binary file called :: binary_data
31
0 commit comments