Skip to content
  • Kenneth Moreland's avatar
    Replace TryAllTypes with trying exemplar tests · f8442903
    Kenneth Moreland authored
    There were many tests that created code paths for every base and Vec
    type that VTK-m supports (up to 4 components). Although this is
    admirable, it is also excessive, and our compile times for the tests are
    very long.
    
    To shorten compile times, remove the TryAllTypes method. Replace it with
    a version of TryTypes that uses a default list of "exemplar" set of
    integers, floats, and Vecs.
    f8442903