v0.79.1
v0.79.1 | 26 Aug 2024
Additions
- Added new function to apply quality flags to certain time periods only (
diive.pkgs.qaqc.flags.restrict_application
) - Added to option to restrict the application of the angle-of-attack flag to certain time periods (
diive.pkgs.fluxprocessingchain.level2_qualityflags.FluxQualityFlagsEddyPro.angle_of_attack_test
)
Changes
- Test options in
FluxProcessingChain
are now always passed as dict. This has the advantage that in addition to run
the test by setting the dict keyapply
toTrue
, various other test settings can be passed, for example the new
parameterapplication dates
for the angle-of-attack flag. (
diive.pkgs.fluxprocessingchain.fluxprocessingchain.FluxProcessingChain
)
Tests
- Added unittest for Flux Processing Chain up to Level-2 (
tests.test_fluxprocessingchain.TestFluxProcessingChain.test_fluxprocessingchain_level2
) - 36/36 unittests ran successfully
What's Changed
Full Changelog: v0.79.0...v0.79.1