Frederik Rietdijk
Frederik Rietdijk
In order to improve diffs I think it would be nice to be able to add trailing comma's to arguments to augment `SPLIT_ARGUMENTS_WHEN_COMMA_TERMINATED`.
Does morph roll-back the host in case a health check fails? I have the situation where nodes are in places with occasionally very bad connectivity. It is crucial the VPN...
Failing test with nixpkgs at d10a0143d0cbf3777c0e386c8dac635b59754cf2. ``` /build/acoustics-0.2.3/tests /build/acoustics-0.2.3 ============================= test session starts ============================== platform linux -- Python 3.7.6, pytest-5.3.5, py-1.8.1, pluggy-0.13.1 rootdir: /build/acoustics-0.2.3 collected 504 items test__signal.py ........................................................ [...
Rebased https://github.com/python-acoustics/python-acoustics/pull/221.
as it's already an attribute of the instance that's passed as `frequencies`.
Would it be okay if acoustics.bands and acoustics.weighting would use acoustics.standards.iec_61672_1_2013? This results in the frequency range being slightly extended which in effect means some of the functions in acoustics.bands...
@e-sr suggest adding an initial time `t0` to Signal. See https://github.com/e-sr/python-acoustics/commit/1c13adb99a587de4d3d8adb630c978f649285737
Currently acoustics.Signal is a subclass of np.ndarray and can handle single signals as well as signals containing multiple channels.
The lock file currently records only references. References (such as tags) are mutable, and thus the lock file does not achieve reproducibility. Upon locking the reference should be recorded (as...