Skip to content

Commit

Permalink
BUGFIX: missing quotes on log message
Browse files Browse the repository at this point in the history
  • Loading branch information
bch0w committed Feb 2, 2024
1 parent 5513b41 commit b743db0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions seisflows/workflow/migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ def mask_source_event_kernels(**kwargs):
# region so we modify the amplitude
maskv = mask_model.vector
if self.solver.scale_mask_region:
logger.info(f"scaling source mask by
{self.solver.scale_mask_region}")
logger.info(f"scaling source mask by "
f"{self.solver.scale_mask_region}")
maskv[maskv < 1] *= self.solver.scale_mask_region

# Need to expand vector the length of the event kernel vector
Expand Down

0 comments on commit b743db0

Please sign in to comment.