diffs
- compas_fab.utilities.diffs(l1, l2)[source]
Returns the element-wise differences between two lists.
- Raises:
ValueError – If 2 lists of different length are passed.
Returns the element-wise differences between two lists.
ValueError – If 2 lists of different length are passed.