mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 01:00:10 +08:00
Remove gc.collect() calls from reference counting tests (#7218)
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
# coding: utf-8
|
||||
import os
|
||||
import json
|
||||
import copy
|
||||
import tempfile
|
||||
import numpy as np
|
||||
import time
|
||||
import pytest
|
||||
import json
|
||||
import logging
|
||||
import os
|
||||
import tempfile
|
||||
import time
|
||||
import uuid
|
||||
|
||||
import numpy as np
|
||||
|
||||
import pytest
|
||||
|
||||
import ray
|
||||
import ray.cluster_utils
|
||||
import ray.test_utils
|
||||
|
||||
Reference in New Issue
Block a user