Skip to content

Commit 94706fb

Browse files
committed
One more hot fix for docs
1 parent 81a5504 commit 94706fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/user_guide/surveys.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
"metadata": {},
241241
"outputs": [],
242242
"source": [
243-
"potentials.ab_cell_id = np.asarray(current_id)"
243+
"potentials.ab_cell_id = np.asarray(current_id).astype('int32')"
244244
]
245245
},
246246
{

0 commit comments

Comments
 (0)