File: long_is_not_defined.patch

package info (click to toggle)
macs 3.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 378,728 kB
  • sloc: ansic: 5,879; python: 4,342; sh: 451; makefile: 83
file content (11 lines) | stat: -rw-r--r-- 632 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/MACS3/Signal/HMMR_EM.pyx
+++ b/MACS3/Signal/HMMR_EM.pyx
@@ -224,7 +224,7 @@
                                              # is for storing
                                              # intermediate values for
                                              # the online algorithm
-        c = np.zeros(3, dtype=long)          # for each category, __c
+        c = np.zeros(3, dtype=int)           # for each category, __c
                                              # is for storing
                                              # intermediate values for
                                              # the online algorithm