Skip to content

Commit

Permalink
fix ci in dev branch (#1264)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZCMax authored Feb 23, 2022
1 parent 4c5c429 commit a881799
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
1 change: 1 addition & 0 deletions mmdet3d/ops/group_points/group_points.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright (c) OpenMMLab. All rights reserved.

from typing import Tuple

import torch
Expand Down
13 changes: 3 additions & 10 deletions tests/test_models/test_common_modules/test_pointnet_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit a881799

Please sign in to comment.