Skip to content

Commit

Permalink
Removed unused functions from python test utils
Browse files Browse the repository at this point in the history
  • Loading branch information
GarrettDMorrison committed Aug 24, 2023
1 parent c184581 commit 2b523d9
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions tests/python/test_utils.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -111,29 +111,6 @@ cdef extern from "zfpChecksums.h":
zfp_type type,
uint64_t key1,
uint64_t key2)
uint64_t getChecksumOriginalDataBlock(int dims,
zfpy.zfp_type type)
uint64_t getChecksumEncodedBlock(int dims,
zfpy.zfp_type type)
uint64_t getChecksumEncodedPartialBlock(int dims,
zfpy.zfp_type type)
uint64_t getChecksumDecodedBlock(int dims,
zfpy.zfp_type type)
uint64_t getChecksumDecodedPartialBlock(int dims,
zfpy.zfp_type type)
uint64_t getChecksumOriginalDataArray(int ndims,
size_t[4] dims,
zfpy.zfp_type type)
uint64_t getChecksumCompressedBitstream(int ndims,
size_t[4] dims,
zfpy.zfp_type type,
zfpy.zfp_mode mode,
int compressParamNum)
uint64_t getChecksumDecompressedArray(int ndims,
size_t[4] dims,
zfpy.zfp_type ztype,
zfpy.zfp_mode mode,
int compressParamNum)

cdef extern from "zfpHash.h":
uint64_t hashBitstream(uint64_t* ptrStart,
Expand Down

0 comments on commit 2b523d9

Please sign in to comment.