Skip to content

Commit

Permalink
correction in bf.streams.tasks.deriver.py
Browse files Browse the repository at this point in the history
  • Loading branch information
detlefarend committed May 10, 2024
1 parent e5cfedd commit cf6e253
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/mlpro/bf/streams/tasks/deriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
## -- yyyy-mm-dd Ver. Auth. Description
## -- 2023-02-02 0.0.0 SY Creation
## -- 2023-02-05 1.0.0 SY First version release
## -- 2024-05-10 1.0.1 DA/SY Bugfix in Deriver.__init__()
## -------------------------------------------------------------------------------------------------

"""
Ver. 1.0.0 (2023-02-05)
Ver. 1.0.1 (2024-05-10)
This module provides a stream task class Deriver to derive the data of instances.
"""
Expand Down Expand Up @@ -116,6 +117,7 @@ def __init__( self,

self._derivative_func = DerivativeFunction(p_name='derivative_func',
p_type=TransferFunction.C_TRF_FUNC_CUSTOM,
p_logging=p_logging,
p_dt=0,
order=self._order_derivative)

Expand Down

0 comments on commit cf6e253

Please sign in to comment.