Skip to content

Commit

Permalink
Commit test_main_specim before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
havardlovas committed Mar 17, 2024
1 parent ea143f9 commit 3b889aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gref4hsi/tests/test_main_specim.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
from collections import namedtuple

# This is very hard coded, but not necessary if Python does not know where to look
"""module_path = 'C:/Users/haavasl/VSCodeProjects/hyperspectral_toolchain/gref4hsi/'
module_path = 'C:/Users/haavasl/VSCodeProjects/hyperspectral_toolchain/gref4hsi/'
if module_path not in sys.path:
sys.path.append(module_path)"""
sys.path.append(module_path)

# Local resources
from scripts import georeference
Expand Down

0 comments on commit 3b889aa

Please sign in to comment.