Skip to contents

Create a matrix contract specification

Usage

matrix_contract(rows_axis, cols_axis, name, expectation, dtype, description)

Arguments

rows_axis

Rows axis name

cols_axis

Columns axis name

name

Matrix name

expectation

One of RequiredInput, OptionalInput, GuaranteedOutput, OptionalOutput

dtype

Data type (e.g., "numeric", "integer")

description

Human-readable description

Value

Matrix specification list