Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GHA: increased number of optimizations for ExampleSplinesSwameye2003.ipynb #2237

Merged
merged 1 commit into from
Dec 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@
"source": [
"# If running as a GitHub action, just do the minimal amount of work required to check whether the code is working\n",
"if os.getenv(\"GITHUB_ACTIONS\") is not None:\n",
" n_starts = 15\n",
" n_starts = 25\n",
" pypesto_optimizer = pypesto.optimize.FidesOptimizer(\n",
" verbose=logging.WARNING, options=dict(maxiter=10)\n",
" )\n",
" pypesto_engine = pypesto.engine.SingleCoreEngine()"
" pypesto_engine = pypesto.engine.MultiProcessEngine()"
]
},
{
Expand Down