Skip to content

Commit

Permalink
remove warnings when importing numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-waltmann committed Mar 1, 2024
1 parent 93e9688 commit 8253b1a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 54 deletions.
26 changes: 8 additions & 18 deletions examples/Benchmarking RDF against MDAnalysis.ipynb

Large diffs are not rendered by default.

26 changes: 2 additions & 24 deletions examples/HOOMD-MC-W6/HOOMD-MC-W6.ipynb

Large diffs are not rendered by default.

14 changes: 2 additions & 12 deletions examples/Visualization with plato.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,7 @@
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"/home/tomwalt/mambaforge/envs/freud-examples/lib/python3.10/site-packages/numpy/core/getlimits.py:542: UserWarning: Signature b'\\x00\\xd0\\xcc\\xcc\\xcc\\xcc\\xcc\\xcc\\xfb\\xbf\\x00\\x00\\x00\\x00\\x00\\x00' for <class 'numpy.longdouble'> does not match any known type: falling back to type probe function.\n",
"This warnings indicates broken support for the dtype!\n",
" machar = _get_machar(dtype)\n"
]
}
],
"outputs": [],
"source": [
"import itertools\n",
"\n",
Expand Down Expand Up @@ -147,7 +137,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "2396d797743d4ba295183bb636e0b7b9",
"model_id": "b07937b725fe49aa9c33ba29650b85ec",
"version_major": 2,
"version_minor": 0
},
Expand Down

0 comments on commit 8253b1a

Please sign in to comment.