Unverified Commit a8817998 authored by ChaimZhu's avatar ChaimZhu Committed by GitHub
Browse files

fix ci in dev branch (#1264)

parent 4c5c4299
# Copyright (c) OpenMMLab. All rights reserved.
from typing import Tuple
import torch
......
......@@ -2,16 +2,9 @@
import pytest
import torch
from mmdet3d.ops import (
ball_query,
furthest_point_sample,
furthest_point_sample_with_dist,
gather_points,
grouping_operation,
knn,
three_interpolate,
three_nn,
)
from mmdet3d.ops import (ball_query, furthest_point_sample,
furthest_point_sample_with_dist, gather_points,
grouping_operation, knn, three_interpolate, three_nn)
def test_fps():
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment