Skip to content

Commit c30c1ae

Browse files
committed
Adds some docstring to pybind function and some refactors
1 parent 148d0d9 commit c30c1ae

File tree

7 files changed

+1359
-777
lines changed

7 files changed

+1359
-777
lines changed

MANIFEST.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
include README.md
2-
recursive-include cpp/RAT *
1+
include README.md
2+
recursive-include cpp *
33
prune tests
44
prune */__pycache__
55
global-exclude .git

RATapi/utils/plotting.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ def plot_ref_sld_helper(
158158
layers[-1, 1], # Bulk Out
159159
data.subRoughs[i], # roughness
160160
layer,
161-
len(layer),
162161
1.0,
163162
)
164163

0 commit comments

Comments
 (0)