Skip to content
  • René Fritze's avatar
    [tests] refactor vector strategies + add new decorator for tests · 19edd612
    René Fritze authored
    VectorArray generation is entirely routed through creation numpy
    data first and creating a space from that.
    
    The `implementations` decorator should be used for all vectorarray
    tests. It abstracts the internal combination of
    data + spaces in case we need to change it in the future.
    19edd612