Yingtao-Zheng commited on
Commit
8d81f4e
·
2 Parent(s): b61f4cc6e3668c

Merge branch 'feature/integration' of https://github.kcl.ac.uk/k23172173/GAP_Large_project into feature/integration

Browse files
Files changed (1) hide show
  1. tests/test_models_clip_features.py +1 -1
tests/test_models_clip_features.py CHANGED
@@ -15,7 +15,7 @@ def test_clip_features_clamps_ranges():
15
  idx = {name: i for i, name in enumerate(FEATURE_NAMES)}
16
  vec = np.zeros(len(FEATURE_NAMES), dtype=np.float32)
17
 
18
- # 设置超出合理范围的值
19
  vec[idx["yaw"]] = 90.0
20
  vec[idx["pitch"]] = -90.0
21
  vec[idx["roll"]] = 90.0
 
15
  idx = {name: i for i, name in enumerate(FEATURE_NAMES)}
16
  vec = np.zeros(len(FEATURE_NAMES), dtype=np.float32)
17
 
18
+ # set params
19
  vec[idx["yaw"]] = 90.0
20
  vec[idx["pitch"]] = -90.0
21
  vec[idx["roll"]] = 90.0