Skip to content

Commit

Permalink
orient_par
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlib committed Mar 16, 2024
1 parent eb8ef42 commit 97a9b32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test_orientation.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def setUp(self):
self.control = read_control_par(control_file_name)

self.orient_par_file_name = "tests/testing_folder/corresp/orient.par"
self.orient_par = OrientPar().from_file(self.orient_par_file_name)
self.orient_par = OrientPar().from_file(Path(self.orient_par_file_name))

self.cal = Calibration().from_file(
Path("tests/testing_folder/calibration/cam1.tif.ori"),
Expand Down

0 comments on commit 97a9b32

Please sign in to comment.