Skip to content
  • Liam M. Healy's avatar
    Don't coerce-value non-numbers; concatenate-grids with pq non-scalar · 1e0c7f4d
    Liam M. Healy authored
    The function coerce-value won't try to coerce non-numbers, so that
    physical quantities provided as values are passed untouched.  This
    permits concatenate-grids with a designated non-T element-type to
    work, so a test for a foreign-array pq grid has been added, and
    passes. 
    
    GRID-ARRAY-UNITS: 5 assertions passed, 0 failed.
    GRID-SCALAR-UNITS: 9 assertions passed, 0 failed.
    NUMBERS: 38 assertions passed, 0 failed.
    UNITS: 9 assertions passed, 0 failed.
    TOTAL: 61 assertions passed, 0 failed, 0 execution errors.
    1e0c7f4d