Skip to content

Commit

Permalink
use '0' for use_non_local_data. Two negatives do make a positive.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Normoyle committed Feb 1, 2014
1 parent 6a7e421 commit cebc12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/testdir_release/c8/test_c8_rf_airlines_hdfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'ntree': 5,
'depth': 15,
'bin_limit': 100,
'use_non_local_data': False, # doesn't fit in single jvm
'use_non_local_data': 0, # doesn't fit in single jvm
'ignore': 'AirTime, ArrDelay, DepDelay, CarrierDelay, IsArrDelayed',
'timeoutSecs': 14800,
'response_variable': 'IsDepDelayed'
Expand Down

0 comments on commit cebc12d

Please sign in to comment.