weiliangjin2021
weiliangjin2021
Can we have different timeout values for different functions?
I think we can set the timeout for fitter to be 2 min.
The link in the doc page is outdated: it should be https://refractiveindex.info/data_csv.php?datafile=database/data-nk/main/Ag/Johnson.yml > I'm a bit confused about where to find the correct link from refractiveindex.io in general. I can...
> When I click this [CSV - comma separated] button it directly downloads the csv file without opening a new page. Clicking the [Full database record] button does open a...
One question @caseyflex : do we really need to worry about zero area at all? If the area is too small, it can be just left out.
> One question @caseyflex : do we really need to worry about zero area at all? If the area is too small, it can be just left out. I probably...
@pascualmunoz it'll be very helpful if we can have your geometry and mode solver parameters to reproduce this issue.
What about checking if custom medium is uniform, if not, warn that it should be uniform on the plane? > In fact looking at the solver, TFSF where the source...
> > What about checking if custom medium is uniform, if not, warn that it should be uniform on the plane? > > If we actually do the check, we...
> Is there a cheap way to check this? I guess something like `np.amin(arr) == np.amax(arr)`? But would this be slow for a large array? It will take at least...