Skip to content
Snippets Groups Projects
Commit 5a0b871c authored by jay's avatar jay
Browse files

Fixes #5

parent e2c7417b
No related branches found
No related tags found
No related merge requests found
from csmapi import * from csmapi.csmapi import *
...@@ -2,9 +2,10 @@ import pytest ...@@ -2,9 +2,10 @@ import pytest
import csmapi import csmapi
import ctypes import ctypes
from ctypes.util import find_library
# Load a plugin with CSM compliant sensors # Load a plugin with CSM compliant sensors
lib = ctypes.CDLL('/data/big/github/CSM-CameraModel/build/libusgscsm.so') lib = ctypes.CDLL(find_library('usgscsm.so'))
@pytest.fixture @pytest.fixture
def plugin(): def plugin():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment