Skip to content

Commit

Permalink
fix(multiply_matrix): Convert matrix multiplication to illuminance
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelkp committed Dec 8, 2022
1 parent 8ad6f13 commit a9f0211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pollination/three_phase/three_phase/_multiply_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def multiply_threephase_matrix(
view_matrix=view_matrix, t_matrix=t_matrix,
daylight_matrix=daylight_matrix,
output_format='f',
conversion='raw',
conversion='illuminance',
header='keep'
):
return [
Expand Down

0 comments on commit a9f0211

Please sign in to comment.