From 5aa1435739fa1cd150dd8cd8fb2fee5473d5ed3f Mon Sep 17 00:00:00 2001 From: Arturs Artamonovs Date: Thu, 20 Mar 2025 11:55:33 +0000 Subject: gensin: generate sinusoid in u8,s8,u16,s16 formats --- PrySDR_Tests/PrySDR_Tests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PrySDR_Tests/PrySDR_Tests.swift') diff --git a/PrySDR_Tests/PrySDR_Tests.swift b/PrySDR_Tests/PrySDR_Tests.swift index 70b9828..eb75d0a 100644 --- a/PrySDR_Tests/PrySDR_Tests.swift +++ b/PrySDR_Tests/PrySDR_Tests.swift @@ -10,7 +10,7 @@ import Numerics struct IQConverter_Tests { - @Test func convertU8arrayToFloat32_accel_size1() async throws { + @Test func cnvU8arrayToFloat32_accel_size1() async throws { // Write your test here and use APIs like `#expect(...)` to check expected conditions. let arr1:[UInt8] = [0] let res1 = cnvU8toFloat32_accel(arr1) -- cgit v1.2.3