Skip to content

Commit

Permalink
fix(window): get layer rgb
Browse files Browse the repository at this point in the history
  • Loading branch information
TammieYu committed Nov 29, 2023
1 parent 117c01a commit 01c10f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frads/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,7 @@ def get_layer_rgb(layer: pwc.ProductData) -> PaneRGB:
coated_side=None,
)
hemi = {
d.wavelength
* 1e3: (
int(round(d.wavelength * 1e3)): (
d.direct_component.transmittance_front,
d.direct_component.transmittance_back,
d.direct_component.reflectance_front,
Expand Down

0 comments on commit 01c10f5

Please sign in to comment.