mirror of
https://github.com/vale981/stocproc
synced 2025-03-04 17:21:42 -05:00
BREAKING: use normalized diff by default
This commit is contained in:
parent
482fad918e
commit
06b692b20f
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
[tool.poetry]
|
||||
description = "Generate continuous time stationary stochastic processes from a given auto correlation function."
|
||||
name = "stocproc"
|
||||
version = "1.1.3"
|
||||
version = "2.0.0"
|
||||
authors = ["Richard Hartmann <richard.hartmann@tu-dresden.de>"]
|
||||
license = "BSD (3 clause)"
|
||||
classifiers = [
|
||||
|
|
|
@ -4,4 +4,4 @@ config = configparser.ConfigParser()
|
|||
config.read("stocproc.ini")
|
||||
|
||||
|
||||
USE_NORMALIZED_DIFF = config.getboolean("FFT", "use_normalized_diff", fallback=False)
|
||||
USE_NORMALIZED_DIFF = config.getboolean("FFT", "use_normalized_diff", fallback=True)
|
||||
|
|
Loading…
Add table
Reference in a new issue