Skip to content

Commit c1be421

Browse files
committed
peaks.filter_magnitude() isn't inplace
1 parent 3802b44 commit c1be421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

02 GaAs Nanowire - Phase Mapping - Orientation Mapping.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@
746746
"metadata": {},
747747
"outputs": [],
748748
"source": [
749-
"peaks.filter_magnitude(min_magnitude=5 * diffraction_calibration,\n",
749+
"peaks = peaks.filter_magnitude(min_magnitude=5 * diffraction_calibration,\n",
750750
" max_magnitude=reciprocal_radius)"
751751
]
752752
},
@@ -948,7 +948,7 @@
948948
"name": "python",
949949
"nbconvert_exporter": "python",
950950
"pygments_lexer": "ipython3",
951-
"version": "3.7.6"
951+
"version": "3.8.2"
952952
}
953953
},
954954
"nbformat": 4,

0 commit comments

Comments
 (0)