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. # Copyright (c) OpenMMLab. All rights reserved.
from typing import Tuple from typing import Tuple
import torch import torch
......
...@@ -2,16 +2,9 @@ ...@@ -2,16 +2,9 @@
import pytest import pytest
import torch import torch
from mmdet3d.ops import ( from mmdet3d.ops import (ball_query, furthest_point_sample,
ball_query, furthest_point_sample_with_dist, gather_points,
furthest_point_sample, grouping_operation, knn, three_interpolate, three_nn)
furthest_point_sample_with_dist,
gather_points,
grouping_operation,
knn,
three_interpolate,
three_nn,
)
def test_fps(): 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