Skip to content

Update baseline#308

Merged
inducer merged 1 commit intoinducer:mainfrom
alexfikl:bump-baseline
Mar 15, 2026
Merged

Update baseline#308
inducer merged 1 commit intoinducer:mainfrom
alexfikl:bump-baseline

Conversation

@alexfikl
Copy link
Collaborator

As far as I can tell, the errors in https://github.com/inducer/pytential/actions/runs/23103072203 are due to the typing additions in sumpy for FieldPlotter.

pytential/examples/laplace-dirichlet-3d.py:162:23 - error: Argument of type "list[tuple[Literal['potential'], ScalarLike | DOFArray]]" cannot be assigned to parameter "data" of type "Iterable[tuple[str, ArrayND[Any, AnyShape]]]" in function "write_vtk_file"
    Type "ScalarLike | DOFArray" is not assignable to type "ArrayND[Any, AnyShape]"
      "DOFArray" is not assignable to "ndarray[AnyShape, dtype[Any]]"

This is after actx.to_numpy, so I'm guessing it just doesn't know that the input is an Array thing, so it can output an np.ndarray. Haven't looked too much into it though..

@inducer
Copy link
Owner

inducer commented Mar 15, 2026

Yeah, looks like it's plotting stuff. Fine to sweep away for now.

@inducer inducer merged commit fc413f1 into inducer:main Mar 15, 2026
8 checks passed
@alexfikl alexfikl deleted the bump-baseline branch March 15, 2026 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants