Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bsang committed Oct 11, 2024
1 parent 3c95822 commit d594ee2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion dlrover/python/tests/test_diagnosis_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def setUp(self):

def tearDown(self):
os.environ.clear()
self._master.stop()

def test_diagnose_training(self):
file = "data/training.log"
Expand Down
2 changes: 1 addition & 1 deletion dlrover/python/tests/test_inference_chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def setUp(self):
MasterClient._instance = build_master_client(self._addr, 1)

def tearDown(self):
self._master.stop()
os.environ.clear()

def test_check_training_hang_operator(self):
operator = CheckTrainingHangOperator(None)
Expand Down

0 comments on commit d594ee2

Please sign in to comment.