NaviNIBS.util.numpy module

Similar to np.allclose but with shape comparison and None support like np.array_equal

Shorthand for an attrs field like x: np.ndarray | None = attrs.field(default=None) but with functional comparison behavior

Return type:

field

Helper function for serializing collections or collection items with numpy attributes.

Return type:

~C