We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0900daa commit 7c34e4eCopy full SHA for 7c34e4e
src/methods/constants.py
@@ -1,8 +1,5 @@
1
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
+from beam import beam_yafem_model as model
6
7
# Constants for sysID
8
WAIT_METADATA = 11 # Wait max 11 seconds for getting metadata message
0 commit comments