You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In [3]: import splat
File "/Users/eileengonzales/Dropbox/BDNYC/BDNYC_Research/Python/Modules/splat/splat/core.py", line 5322
plotSpectrum(sp1,spcomp,sp1-spcomp,**kwargs,labels=[sp1.name,sp2.name,'{} = {}'.format(statistic,stat)])
^
SyntaxError: invalid syntax
If it's useful the package version I have are:
astropy==1.2.1
astroquery==0.3.5
bokeh==0.12.4
Flask==0.12
matplotlib==2.0.0
numpy==1.11.1
pandas==0.19.2
requests==2.12.4
scipy==0.17.0
The text was updated successfully, but these errors were encountered:
When I try to import splat I get this error.
In [3]: import splat
File "/Users/eileengonzales/Dropbox/BDNYC/BDNYC_Research/Python/Modules/splat/splat/core.py", line 5322
plotSpectrum(sp1,spcomp,sp1-spcomp,**kwargs,labels=[sp1.name,sp2.name,'{} = {}'.format(statistic,stat)])
^
SyntaxError: invalid syntax
If it's useful the package version I have are:
astropy==1.2.1
astroquery==0.3.5
bokeh==0.12.4
Flask==0.12
matplotlib==2.0.0
numpy==1.11.1
pandas==0.19.2
requests==2.12.4
scipy==0.17.0
The text was updated successfully, but these errors were encountered: