Created
April 5, 2016 18:01
-
-
Save freeman-lab/3c409bf2792302678ece78a5da6d3b17 to your computer and use it in GitHub Desktop.
minidocs highlight js test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```python | |
# create shifted copies | |
from numpy import arange | |
from scipy.ndimage.interpolation import shift | |
``` | |
```python | |
# create shifted copies | |
from numpy import arange | |
from scipy.ndimage.interpolation import shift | |
reference = arange(9).reshape(3, 3) | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment