Open shantenujha opened 10 years ago
Currently we have: DBURL = ("RADICAL_PILOT_DBURL")
We should have: DBURL = os.getenv("RADICAL_PILOT_DBURL")
Also, we have an error on line 92
python k-means.py 3 AN ERROR OCCURRED: global name 'c' is not defined
which needs to be fixed to either remove line 92 or fix in previous lines.
fixed
Currently we have: DBURL = ("RADICAL_PILOT_DBURL")
We should have: DBURL = os.getenv("RADICAL_PILOT_DBURL")
Also, we have an error on line 92
python k-means.py 3 AN ERROR OCCURRED: global name 'c' is not defined
which needs to be fixed to either remove line 92 or fix in previous lines.