Skip to content

Commit

Permalink
[#850] compte_diagnostic_los() returns dcompute of store = False
Browse files Browse the repository at this point in the history
  • Loading branch information
dvezinet committed Sep 26, 2023
1 parent 13082e6 commit 91984ad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tofu/data/_class08_Diagnostic.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,9 @@ def compute_diagnostic_etendue_los(
compute_vos_from_los=compute_vos_from_los,
)

if store is False:
return dcompute

def compute_diagnostic_solidangle_from_plane(
self,
key_diag=None,
Expand Down Expand Up @@ -1250,4 +1253,4 @@ def plot_diagnostic_vos(
wintit=wintit,
# interactivity
color_dict=color_dict,
)
)

0 comments on commit 91984ad

Please sign in to comment.