Skip to content

Commit

Permalink
removing base_module] fbcode/mapillary/opensfm/opensfm/test/TARGETS
Browse files Browse the repository at this point in the history
Reviewed By: fabianschenk

Differential Revision: D61262745

fbshipit-source-id: ecf3ab7b8e3e37e9a5bc9da01a33b2bda62882d5
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Aug 15, 2024
1 parent ef872b2 commit d1727b0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion opensfm/test/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from os.path import join

from opensfm import commands, dataset
from opensfm.test import data_generation, utils
from mapillary.opensfm.opensfm.test import data_generation, utils


def run_command(command, args) -> None:
Expand Down
2 changes: 1 addition & 1 deletion opensfm/test/test_dataset.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pyre-unsafe
import numpy as np
from opensfm import features
from opensfm.test import data_generation
from mapillary.opensfm.opensfm.test import data_generation


def test_dataset_load_features_sift(tmpdir) -> None:
Expand Down
6 changes: 1 addition & 5 deletions opensfm/test/test_datastructures.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@
from opensfm import pygeometry
from opensfm import pymap
from opensfm import types
from opensfm.test.utils import (
assert_maps_equal, assert_metadata_equal,
assert_cameras_equal,
assert_shots_equal,
)
from mapillary.opensfm.opensfm.test.utils import assert_maps_equal, assert_metadata_equal, assert_cameras_equal, assert_shots_equal


def _create_reconstruction(
Expand Down
2 changes: 1 addition & 1 deletion opensfm/test/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import numpy as np
from opensfm import io, pygeometry, types
from opensfm.test import data_generation, utils
from mapillary.opensfm.opensfm.test import data_generation, utils


filename = os.path.join(
Expand Down
2 changes: 1 addition & 1 deletion opensfm/test/test_pairs_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import numpy as np
import pytest
from opensfm import commands, dataset, feature_loader, pairs_selection, geo
from opensfm.test import data_generation
from mapillary.opensfm.opensfm.test import data_generation
from opensfm.dataset_base import DataSetBase


Expand Down

0 comments on commit d1727b0

Please sign in to comment.