Skip to content

Commit

Permalink
Merge pull request Kaggle#373 from Kaggle/add-talos
Browse files Browse the repository at this point in the history
close h2o session in test
  • Loading branch information
rosbo authored Nov 13, 2018
2 parents 3fc7e45 + 0020fba commit a0a46be
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 a0a46be

Please sign in to comment.