We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f41eb commit 0146484Copy full SHA for 0146484
4_cure_zika.ipynb
@@ -82,12 +82,7 @@
82
"# Disable RDKit warnings\n",
83
"RDLogger.DisableLog('rdApp.*')\n",
84
"\n",
85
- "# Set thread limits for compatibility\n",
86
- "os.environ[\"OMP_NUM_THREADS\"] = \"1\"\n",
87
- "os.environ[\"MKL_NUM_THREADS\"] = \"1\"\n",
88
- "os.environ[\"OPENBLAS_NUM_THREADS\"] = \"1\"\n",
89
- "\n",
90
- "# Import MDAnalysis and prolif after setting thread limits\n",
+ "# Import MDAnalysis and prolif\n",
91
"import MDAnalysis as mda\n",
92
"import prolif"
93
]
0 commit comments