Skip to content

Commit 7c34e4e

Browse files
author
au650680
committed
Update beam import
1 parent 0900daa commit 7c34e4e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/methods/constants.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
import numpy as np
2-
import sys
3-
from pathlib import Path
4-
sys.path.append(Path.cwd().__str__())
5-
from models.beam import beam_yafem_model as model
2+
from beam import beam_yafem_model as model
63

74
# Constants for sysID
85
WAIT_METADATA = 11 # Wait max 11 seconds for getting metadata message

0 commit comments

Comments
 (0)