MCPcopy Create free account
hub / github.com/tensorflow/tfjs-examples / tearDown

Method tearDown

iris/python/iris_test.py:37–40  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35 super(IrisTest, self).setUp()
36
37 def tearDown(self):
38 if os.path.isdir(self._tmp_dir):
39 shutil.rmtree(self._tmp_dir)
40 super(IrisTest, self).tearDown()
41
42 def testTrainAndSaveNonSequential(self):
43 final_train_accuracy = iris.train(100, self._tmp_dir)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected