We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae44ab commit 71c0fa8Copy full SHA for 71c0fa8
.gitattributes
@@ -1,2 +1,8 @@
1
trackpy/_version.py export-subst
2
pims/_version.py export-subst
3
+*.pkl binary
4
+*.spe binary
5
+*.tif binary
6
+*.mov binary
7
+*.seq binary
8
+*.nd2 binary
pims/tests/test_common.py
@@ -722,9 +722,6 @@ def test_metadata(self):
722
d = pickle.load(p)
723
else:
724
d = pickle.load(p, encoding="latin1")
725
- # unpickling fails on Py3.4, Win7, 64-bit:
726
- # UnpicklingError: the STRING opcode argument must be quoted
727
-
728
#spare4 is actually a byte array
729
d["spare4"] = d["spare4"].encode("latin1")
730
0 commit comments