Skip to content

Commit

Permalink
close h2o session in test
Browse files Browse the repository at this point in the history
  • Loading branch information
rosbo committed Nov 13, 2018
1 parent 3fc7e45 commit 0020fba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_h2o.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
import h2o

class TestH2o(unittest.TestCase):
def tearDown(self):
h2o.cluster().shutdown(False)

def test_init_read(self):
h2o.init()
train = h2o.import_file("/input/tests/data/train.csv", destination_frame="train")
Expand Down

0 comments on commit 0020fba

Please sign in to comment.