ibm-watson-data-lab / ibmseti

Simple Python package to read and analyze data files and simulated data from the SETI Institute's Allen Telescope Array
Apache License 2.0
4 stars 5 forks source link

Insert missing 'r' -- spectogram --> spectrogram #7

Closed cclauss closed 7 years ago

cclauss commented 7 years ago

Caught by running flake8 ...

# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E901,E999,F821,F822,F823 --statistics
gadamc commented 7 years ago

Looks good. Thanks for catching this!

cclauss commented 7 years ago

All the other issues look benign... https://travis-ci.org/cclauss/flake8_for_InferSent/jobs/251241779#L686