Skip to content

Commit

Permalink
Update url example in DispersionFitter.from_url
Browse files Browse the repository at this point in the history
  • Loading branch information
weiliangjin2021 committed May 31, 2024
1 parent a4675e3 commit a5b14a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tidy3d/plugins/dispersion/fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ def from_url(
----------
url_file : str
Url link to the data file.
e.g. "https://refractiveindex.info/data_csv.php?datafile=data/main/Ag/Johnson.yml"
e.g. "https://refractiveindex.info/data_csv.php?datafile=database/data-nk/main/Ag/Johnson.yml"
delimiter : str = ","
E.g. in refractiveindex.info, it'll be "," for csv file, and "\\\\t" for txt file.
ignore_k : bool = False
Expand Down

0 comments on commit a5b14a1

Please sign in to comment.