Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabi committed Aug 22, 2024
1 parent 4a6d96b commit 4f39e1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyrasa/utils/irasa_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ def _check_irasa_settings(irasa_params: dict, hset_info: tuple) -> None:
'Either change your filter settings, adjust hset or the parameter "band" accordingly. \n'
f'You want to make sure that the lower band limit divided by the upper bound of the hset '
f'> {np.round(filter_settings[0], irasa_params["hset_accuracy"])} \n'
f'and that upper band limit times the upper bound of the hset < {np.round(filter_settings[1],
irasa_params["hset_accuracy"])}'
'and that upper band limit times the upper bound of the hset < '
f'{np.round(filter_settings[1], irasa_params["hset_accuracy"])}'
)


Expand Down

0 comments on commit 4f39e1e

Please sign in to comment.