We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 786ef9c commit a77b3ccCopy full SHA for a77b3cc
okdmr/tests/dmrlib/etsi/crc/test_crc.py
@@ -7,7 +7,7 @@
7
8
9
def test_ccit_bitcrc_crc():
10
- crc_ccit = Calculator(optimized=True, configuration=Crc16.CCITT)
+ crc_ccit = Calculator(optimized=True, configuration=Crc16.XMODEM)
11
bit_crc_ccit = BitCrcCalculator(
12
table_based=True,
13
configuration=BitCrcConfiguration(
pyproject.toml
@@ -49,7 +49,7 @@ test = [
49
"pytest>=7.0.0",
50
"pytest-cov>=4.0.0",
51
"pytest-asyncio>=0.20.0",
52
- "crc>=4.0.0",
+ "crc>=7.0.0",
53
"coverage>=7.4.0"
54
]
55
0 commit comments