Skip to content

Commit

Permalink
config: fix SeismicNoiseAnalyser default structure
Browse files Browse the repository at this point in the history
  • Loading branch information
hvasbath committed Jun 27, 2019
1 parent 46a5933 commit 97729c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beat/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ class SeismicNoiseAnalyserConfig(Object):

structure = StringChoice.T(
choices=_structure_choices,
default='identity',
default='variance',
help='Determines data-covariance matrix structure.'
' Choices: %s' % utility.list2string(_structure_choices))
pre_arrival_time = Float.T(
Expand Down

0 comments on commit 97729c5

Please sign in to comment.