Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
Co-authored-by: Diego Alonso Álvarez <6095790+dalonsoa@users.noreply.github.com>
  • Loading branch information
phoebe-p and dalonsoa committed Nov 23, 2022
1 parent 9b3b7ac commit bf03de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tmm_core_vec.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def test_interface_T():
from solcore.absorption_calculator.tmm_core_vec import interface_T
th1 = np.array([0.2, np.pi/2])
n1 = np.array([2, 2])
n2 = np.array([3,3 ])
n2 = np.array([3, 3])
th2 = np.arcsin((n1/n2)*np.sin(th1))

assert(interface_T('s', n1, n2, th1, th2) == approx([0.9578062873191139, 0]))
Expand Down

0 comments on commit bf03de5

Please sign in to comment.