Skip to content

Add Padding to Adapter #415

Open
@LarsKue

Description

@LarsKue

See #370.

We would like to add padding functionality to the Adapter in order to speed up computations when simulator outputs differ in size. For example:

adapter.pad("y", size=100, axis=-2)

when given y.shape == (32, N, 2) outputs y.shape == (32, 100, 2) for N < 100 and errors for N > 100.

Metadata

Metadata

Assignees

Labels

featureNew feature or requestgood first issueGood for first-time contributorsuser interfaceChanges to the user interface and improvements in usability

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions