scalability4all / voice-enabled-chatbot

Implementing a voice enabled chatbot which converses with a user via their voice in natural language. Website: https://scalability4all.github.io/
MIT License
38 stars 52 forks source link

Temperature to celsius #32

Closed Harshini2898 closed 4 years ago

pep8speaks commented 4 years ago

Hello @Harshini2898! Thanks for opening this PR.

Line 131:12: E225 missing whitespace around operator Line 131:100: E231 missing whitespace after ',' Line 131:101: E501 line too long (133 > 100 characters) Line 131:110: E231 missing whitespace after ',' Line 142:29: E226 missing whitespace around arithmetic operator Line 142:36: E231 missing whitespace after ',' Line 143:9: E265 block comment should start with '# ' Line 144:101: E501 line too long (125 > 100 characters) Line 146:101: E501 line too long (130 > 100 characters) Line 147:15: E128 continuation line under-indented for visual indent Line 147:74: W291 trailing whitespace Line 149:1: W293 blank line contains whitespace

Do see the Hitchhiker's guide to code style

codecov[bot] commented 4 years ago

Codecov Report

Merging #32 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@         Coverage Diff          @@
##           master   #32   +/-   ##
====================================
  Coverage       0%    0%           
====================================
  Files           4     4           
  Lines         218   212    -6     
====================================
+ Misses        218   212    -6
Impacted Files Coverage Δ
chatbot.py 0% <0%> (ø) :arrow_up:
google_places.py 0% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d5d78c2...2e0ac07. Read the comment docs.

satyammittal commented 4 years ago

merged in #33