File tree Expand file tree Collapse file tree 6 files changed +9
-10
lines changed Expand file tree Collapse file tree 6 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
- """ Simple code that creates a segfault using numpy. Used to learn
1
+ """Simple code that creates a segfault using numpy. Used to learn
2
2
debugging segfaults with GDB.
3
3
"""
4
4
Original file line number Diff line number Diff line change 1
- """ Wiener filtering a noisy raccoon face: this module is buggy
2
- """
1
+ """Wiener filtering a noisy raccoon face: this module is buggy"""
3
2
4
3
import numpy as np
5
4
import scipy as sp
Original file line number Diff line number Diff line change 1
- """ Example of wrapping cos function from math.h using ctypes. """
1
+ """Example of wrapping cos function from math.h using ctypes."""
2
2
3
3
import ctypes
4
4
Original file line number Diff line number Diff line change 1
- """ Example of wrapping a C library function that accepts a C double array as
2
- input using the numpy.ctypeslib. """
1
+ """Example of wrapping a C library function that accepts a C double array as
2
+ input using the numpy.ctypeslib."""
3
3
4
4
import numpy as np
5
5
import numpy .ctypeslib as npct
Original file line number Diff line number Diff line change 1
1
"""source code for figure
2
- numpy_fancy_indexing.(png/pdf) used in Sect. 1.3.1.7 Fancy indexing
2
+ numpy_fancy_indexing.(png/pdf) used in Sect. 1.3.1.7 Fancy indexing
3
3
4
- Requirement: PyX>=0.14 (pip installable)
4
+ Requirement: PyX>=0.14 (pip installable)
5
5
6
6
"""
7
7
Original file line number Diff line number Diff line change 1
1
"""source code for figure
2
- numpy_indexing.(png/pdf) used in Sect. 1.3.1.5 Indexing and slicing
2
+ numpy_indexing.(png/pdf) used in Sect. 1.3.1.5 Indexing and slicing
3
3
4
- Requirement: PyX>=0.14 (pip installable)
4
+ Requirement: PyX>=0.14 (pip installable)
5
5
6
6
"""
7
7
You can’t perform that action at this time.
0 commit comments