Skip to content

Commit

Permalink
Merge pull request #126 from invrs-io/further
Browse files Browse the repository at this point in the history
further reduce fourier basis
  • Loading branch information
mfschubert authored Jul 11, 2024
2 parents 5ce81ae + d0ecd74 commit 9b12da5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/notebooks/bayer_challenge.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"challenge = bayer_challenge.bayer_sorter(\n",
" sim_params=dataclasses.replace(\n",
" bayer_challenge.BAYER_SIM_PARAMS,\n",
" approximate_num_terms=1200,\n",
" wavelength=jnp.arange(0.405, 0.7, 0.02)\n",
" approximate_num_terms=1000,\n",
" wavelength=jnp.arange(0.405, 0.7, 0.02),\n",
" )\n",
")"
]
Expand Down

0 comments on commit 9b12da5

Please sign in to comment.