Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def power_to_energy(signal, max_timedelta):
return normalization.energy_from_power(signal, max_timedelta=max_timedelta)