github.com/platonnetwork/platon-go@v0.7.6/cases/tests/ppos/tesst.py (about) 1 import math 2 3 # current_end_block = (math.ceil(161 / 160) -1)* 160 4 # print(current_end_block) 5 remaining_settlement_cycle = math.ceil(1680 / 160) 6 print(remaining_settlement_cycle)