Skip to content
Snippets Groups Projects
  1. Apr 26, 2023
  2. Apr 18, 2023
  3. Apr 17, 2023
  4. Apr 14, 2023
  5. Apr 13, 2023
    • Lionel GUEZ's avatar
      Restrict field to outermost contour · ca565b48
      Lionel GUEZ authored
      Restrict field to outermost contour instead of using `outside_points`,
      following removal of argument `outside_points` of procedure
      `set_max_speed`.
      ca565b48
    • Lionel GUEZ's avatar
      Remove argument `outside_points` · bd31b993
      Lionel GUEZ authored
      Remove argument `outside_points` of `set_max_speed`.
      bd31b993
    • Lionel GUEZ's avatar
      21296611
    • Lionel GUEZ's avatar
      Make argument `outside_points` optional · 477c5a21
      Lionel GUEZ authored
      477c5a21
    • Lionel GUEZ's avatar
      Move second test on `ishape_last` inside the first · 716ca075
      Lionel GUEZ authored
      Move the second test on `self._ishape_last[i_slice][orientation]`
      inside the first test. Avoid the double test on
      `self._ishape_last[i_slice][orientation]` when
      `self._ishape_last[i_slice][orientation]` is not None on entry of the
      function. If `self._ishape_last[i_slice][orientation]` is not None on
      entry of the function then, necessarily, the assertion on
      `self._ishape_last[i_slice][orientation].size` and the definition of
      `self._e_max[i_slice][orientation]` have already been done because
      `self._ishape_last[i_slice][orientation]` and
      `self._e_max[i_slice][orientation]` are only defined from the function
      get_ishape_last.
      716ca075
Loading