Skip to content

Combined timestep and range indexing doesn't work #748

@davidanthoff

Description

@davidanthoff

I tried this:

v.foo[TimestepIndex(1),:] .= 0

with this declaration:

foo= Variable(index=[time,4])

and that doesn't seem to work.

For now not a big problem because we can just do it manually, but it would be nice if this worked.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions