Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 5, 2025
1 parent e6b95cf commit 3ed10a6
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 @@ -188,7 +188,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 3ed10a6

Please sign in to comment.