Skip to content

Commit

Permalink
Turn off precompilation in colab demo
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Feb 9, 2023
1 parent a74e308 commit 883c4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pysr_demo.ipynb
Expand Up @@ -137,7 +137,7 @@
"source": [
"import pysr\n",
"\n",
"pysr.install()\n"
"pysr.install(precompile=False)\n"
]
},
{
Expand Down

0 comments on commit 883c4d8

Please sign in to comment.