Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Normoyle committed Jun 28, 2013
1 parent 3f99625 commit 936c7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/testdir_0xdata_only/test_hdfs_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_B_hdfs_files(self):
h2b.browseJsonHistoryAsUrlLastMatch("RFView")

# we should be able to export the model to hdfs
e = h2o.nodes.export_hdfs(source_key="rfmodel.hex", path="/datasets/rfmodel.hex")
e = h2o.nodes[0].export_hdfs(source_key="rfmodel.hex", path="/datasets/rfmodel.hex")
# wait in case it recomputes it
time.sleep(10)

Expand Down

0 comments on commit 936c7be

Please sign in to comment.