Skip to content

Commit

Permalink
Crap work on crap branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSKenyon committed Oct 23, 2017
1 parent 3063f70 commit b6879a6
Show file tree
Hide file tree
Showing 16 changed files with 52,213 additions and 4,264 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include cubical/DefaultParset.cfg
recursive-include cython *
include cubical/bin/gocubical
1,942 changes: 970 additions & 972 deletions cubical/kernels/cychain.c

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion cubical/kernels/cychain.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ provided. Common dimensions of arrays are:
"""

from cython.parallel import prange, parallel
import numpy as np
cimport numpy as np
import cython
Expand Down
4,324 changes: 2,161 additions & 2,163 deletions cubical/kernels/cyf_slope.cpp

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion cubical/kernels/cyf_slope.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ provided. Common dimensions of arrays are:
"""

from cython.parallel import prange, parallel
import numpy as np
cimport numpy as np
import cython
Expand Down
523 changes: 264 additions & 259 deletions cubical/kernels/cyfull_W_complex.c

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion cubical/kernels/cyfull_W_complex.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# (c) 2017 Rhodes University & Jonathan S. Kenyon
# http://github.com/ratt-ru/CubiCal
# This code is distributed under the terms of GPLv2, see LICENSE.md for details
from cython.parallel import prange, parallel
import numpy as np
cimport numpy as np
import cython
Expand Down
523 changes: 264 additions & 259 deletions cubical/kernels/cyfull_complex.c

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion cubical/kernels/cyfull_complex.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ provided. Common dimensions of arrays are:
"""

from cython.parallel import prange, parallel
import numpy as np
cimport numpy as np
import cython
Expand Down
523 changes: 264 additions & 259 deletions cubical/kernels/cyphase_only.c

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion cubical/kernels/cyphase_only.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ provided. Common dimensions of arrays are:
"""

from cython.parallel import prange, parallel
import numpy as np
cimport numpy as np
import cython
Expand Down
523 changes: 264 additions & 259 deletions cubical/kernels/cyt_slope.cpp

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion cubical/kernels/cyt_slope.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ provided. Common dimensions of arrays are:
"""

from cython.parallel import prange, parallel
import numpy as np
cimport numpy as np
import cython
Expand Down
Loading

1 comment on commit b6879a6

@o-smirnov
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW @JSKenyon, this vaguely puzzling commit message still shows up on the CubiCal front page. :)))

Please sign in to comment.