5 lines
97 B
Python
5 lines
97 B
Python
from plots import *
|
|
|
|
csdi_dict = collect_csdi("hypothesis.trn.pra")
|
|
print_SRR_for_ASR(csdi_dict)
|