使用Python的powerlaw库出现了问题

使用Python的powerlaw库出现了问题
用代码块功能插入代码
'''设置最优的幂律拟合最小值'''
    fit = powerlaw.Fit(list(df3['degree']),fit_method='KS')  #指定x_min进行幂律拟合,如果没有提供xmin,在初始化时计算并分配最佳值
    print(fit.xmin)#1.0
运行结果及报错内容

Values less than or equal to 0 in data. Throwing out 0 or negative values
Calculating best minimal value for power law fit
7.0n progress: 97%

"7.0n progress: 97%"是什么意思

https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3906378/