Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/refractiveindex' into refractive…
Browse files Browse the repository at this point in the history
…index
  • Loading branch information
kpoder committed Mar 5, 2025
2 parents 75b19fe + 3ed10a6 commit 0a9af24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lasy/utils/refractive_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def _load_data(self):
self.coefficients_n = np.fromstring(
data.get("coefficients", "0 0"), sep=" "
)
self.equation_n = globals().get('_'+self.type_n)
self.equation_n = globals().get("_" + self.type_n)
else:
self.data_raw = np.fromstring(data.get("data", "0 0\n0 0"), sep=" ")
n_cols = 3 if "nk" in type else 2
Expand Down

0 comments on commit 0a9af24

Please sign in to comment.