How can I implement a function i created that requires me to read in from a file?

后端 未结 0 1584
Happy的楠姐
Happy的楠姐 2021-01-25 06:08

I have this function:

    errorLim = 0.3
    def getQMulti(ppm,errorLim):
        x = (ppm-peakAvg)/errorLim
        q = getQ(x)
        x0=2.0
        q0=getQ(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题