Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update software to v2.3.0 #9

Merged
merged 8 commits into from
Jan 9, 2024

Add method to downsample science data

e7e02c2
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Update software to v2.3.0 #9

Add method to downsample science data
e7e02c2
Select commit
Loading
Failed to load commit list.
GitHub Actions / MATLAB Test Results succeeded Jan 9, 2024 in 1s

MATLAB Test Results ✅

Tests passed successfully

✅ results.xml

39 tests were completed in 7s with 39 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
tApplyCalibration 5✅ 2s
tApplyRange 5✅ 25ms
tCalibration 7✅ 658ms
tComputeMagnitude 3✅ 48ms
tConvertToDateTime 1✅ 54ms
tConvertToSignedInteger 3✅ 48ms
tDownsample 1✅ 242ms
tLine 9✅ 3s
tMissing 3✅ 188ms
tPlot 2✅ 375ms

✅ tApplyCalibration

✅ noCalibration
✅ applyScale
✅ applyMisalignment
✅ applyOffset
✅ applyCalibration

✅ tApplyRange

✅ applyRange(UnscaledValue=4x4_double,ScaleFactor=4x1_double,ScaledValue=4x4_double)
✅ applyRange(UnscaledValue=4x4_double_1,ScaleFactor=4x1_double_1,ScaledValue=4x4_double_1)
✅ applyRange(UnscaledValue=4x4_double_2,ScaleFactor=4x1_double_2,ScaledValue=4x4_double_2)
✅ applyRange(UnscaledValue=4x4_double_3,ScaleFactor=4x1_double_3,ScaledValue=4x4_double_3)
✅ applyRange(UnscaledValue=4x4_double_4,ScaleFactor=4x1_double_4,ScaledValue=4x4_double_4)

✅ tCalibration

✅ load
✅ default_emptyModel
✅ default_unknownModel
✅ calibration_sensor
✅ calibration_range
✅ calibration_temperature
✅ calibration_all

✅ tComputeMagnitude

✅ computeMagnitude(Vector=1x3_double,Magnitude=0)
✅ computeMagnitude(Vector=1x3_double_1,Magnitude=3.74165738677394)
✅ computeMagnitude(Vector=2x3_double,Magnitude=2x1_double)

✅ tConvertToDateTime

✅ convertToDateTime

✅ tConvertToSignedInteger

✅ convertToSignedInteger(UnsignedInteger=-23321,SignedInteger=-23321)
✅ convertToSignedInteger(UnsignedInteger=18858,SignedInteger=18858)
✅ convertToSignedInteger(UnsignedInteger=2x2_double,SignedInteger=2x2_double)

✅ tDownsample

✅ downsample

✅ tLine

✅ setSimpleProperty(Properties=struct)
✅ setSimpleProperty(Properties=struct_1)
✅ setSimpleProperty(Properties=struct_2)
✅ setSimpleProperty(Properties=struct_3)
✅ setSimpleProperty(Properties=struct_4)
✅ setSimpleProperty(Properties=struct_5)
✅ setSimpleProperty(Properties=struct_6)
✅ setSimpleProperty(Properties=struct_7)
✅ setSimpleProperty(Properties=struct_8)

✅ tMissing

✅ removeInterestingRowsWithNaNs
✅ onlyRemoveRowsWithAllNaNs
✅ ignoreNaNsInOtherRows

✅ tPlot

✅ setSimpleProperty(Properties=struct)
✅ setSimpleProperty(Properties=struct_1)