Skip to content

Commit

Permalink
regression
Browse files Browse the repository at this point in the history
  • Loading branch information
rachealerhard committed May 25, 2022
1 parent c27a7cb commit 4348e28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions regression/scripts/segments/transition_segment_test.py
Expand Up @@ -61,9 +61,9 @@ def main():

# Truth values
departure_throttle_truth = np.array([0.65161054, 0.65183868, 0.65231039, 0.65255397])
transition_1_throttle_truth = np.array([0.64625719, 0.63546115, 0.50733529, 0.58030703])
cruise_throttle_truth = np.array([0.46367331, 0.46401099, 0.46468809, 0.46502751 ])
transition_y_axis_rotations_truth = np.array([1.36961193, 1.34172953, 1.13444261, 0.06644644])
transition_1_throttle_truth = np.array([0.65434873, 0.64834806, 0.52075861, 0.58035428])
cruise_throttle_truth = np.array([0.46376169, 0.46409995, 0.4647782 , 0.4651182 ])
transition_y_axis_rotations_truth = np.array([1.36961133, 1.34327318, 1.10250854, 0.06580108])

# Store errors
error = Data()
Expand Down

0 comments on commit 4348e28

Please sign in to comment.