Skip to content

Commit

Permalink
beat.beat: summarize, enable calc-derived for ffi-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
hvasbath committed May 2, 2024
1 parent 8d28118 commit bcd501d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beat/apps/beat.py
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,7 @@ def setup(parser):
# BEAT sources calculate derived params
if options.calc_derived:
composite.point2sources(point)
if options.mode == geometry_mode_str:
if options.mode in [geometry_mode_str, ffi_mode_str]:
for source in sources:
if hasattr(source, "get_derived_parameters"):
deri = source.get_derived_parameters(
Expand Down

0 comments on commit bcd501d

Please sign in to comment.