hydro-project / fluent

A data-driven compute platform
Apache License 2.0
1.22k stars 173 forks source link

Fixes Python code formatting #121

Closed vsreekanti closed 5 years ago

vsreekanti commented 5 years ago

Also adds Python style checker to Travis build.

codecov[bot] commented 5 years ago

Codecov Report

Merging #121 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #121   +/-   ##
=======================================
  Coverage   72.69%   72.69%           
=======================================
  Files          68       68           
  Lines        3065     3065           
=======================================
  Hits         2228     2228           
  Misses        837      837

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 bbd1f2a...0f47c6f. Read the comment docs.

xcharleslin commented 5 years ago

@vsreekanti These changes broke the assert statements in k8s/add_nodes.py (line 27 etc) - are you sure the Python style checker is for the right version of Python?