Skip to content

Commit ff71a66

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e11be4c commit ff71a66

8 files changed

Lines changed: 0 additions & 8 deletions

File tree

scripts/example.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import numpy as np
55
import os
66

7-
87
""" Following example shows how the phasematching (M) factors can be calculated in a 2_dimensional
98
manner and converted to a WrightTools data object. Other methods can be employed such as use
109
in a WrightSim object or in other simulations. The other methods found in the phasematching script

scripts/example2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import os
66
from sympy import *
77

8-
98
filepath = os.path.join(os.getcwd(), "tests")
109
lay1file = os.path.join(filepath, "CaF2_Malitson.txt")
1110

scripts/example3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import os
66
from sympy import *
77

8-
98
"""Example 3. Simulation of a map of expected angles to achieve phasematching in the liquid layer
109
of a multilayer cell. Plots separate both possible solutions (negative and positive)."""
1110

scripts/example4.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import os
66
from sympy import *
77

8-
98
filepath = os.path.join(os.getcwd(), "tests")
109
lay1file = os.path.join(filepath, "CH3CN_paste_1.txt")
1110
lay2file = os.path.join(filepath, "sapphire1.txt")

scripts/example5.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import os
66
from sympy import *
77

8-
98
filepath = os.path.join(os.getcwd(), "tests")
109
lay3file = os.path.join(filepath, "CaF2_Malitson.txt")
1110
lay4file = os.path.join(filepath, "CH3CN_paste_1.txt")

scripts/example6.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import os
66
from sympy import *
77

8-
98
filepath = os.path.join(os.getcwd(), "tests")
109
lay3file = os.path.join(filepath, "CaF2_Malitson.txt")
1110
lay4file = os.path.join(filepath, "CH3CN_paste_1.txt")

scripts/example7.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import os
66
from sympy import *
77

8-
98
filepath = os.path.join(os.getcwd(), "tests")
109
lay1file = os.path.join(filepath, "sapphire1.txt")
1110
lay2file = os.path.join(filepath, "H2O_1.txt")

tests/test_lasers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import phasematching_calc as pc
22
import os
33

4-
54
"""Test Requires R/W permissions in tests folder."""
65

76

0 commit comments

Comments
 (0)