FlowChange.Differential

FlowChange.Differential#

FlowChange.Differential.py

islike_differential(curve1, curve2, debug=False)#

Check if curve2 is like a differential change of curve1.

Parameters:
  • curve1 (Curve) – The first curve.

  • curve2 (Curve) – The second curve.

Returns:

True if the flow change is like a differential, False otherwise.

Return type:

bool