Skip to content
  1. Feb 27, 2024
    • Matthew Louis's avatar
      No need to copy the original points array, there is no case in which we will... · 8d124d16
      Matthew Louis authored
      No need to copy the original points array, there is no case in which we will use the original points array over the filtered points array. If there is an error when filtering, it is generally becasue there is a problem with the region (i.e. that it consists of mostly/only extraneous points) and so we exclude it from the plot anyways. Doing this allows us to save memory, albeit not that much. Also Fixed break statement in a for loop that can lead to the max(fractional_area_decreases, ...) being undefined, particularly if the exception occurs on the first boundary vertex
      8d124d16
    • Matthew Louis's avatar
  2. Feb 25, 2024
  3. Feb 24, 2024
  4. Feb 23, 2024
  5. Feb 22, 2024
  6. Feb 21, 2024
Loading