Skip to content

Commit

Permalink
fix tyep
Browse files Browse the repository at this point in the history
  • Loading branch information
kinnala committed Apr 7, 2024
1 parent 1cb3367 commit 4767ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/ex41.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
A = asm(laplace, basis)
f = asm(unit_load, basis)

y = solve(*condense(A, f, D=out[0]['boundary']['line']))
y = solve(*condense(A, f, D=out[0]['boundary']['line']).astype(np.int64))

def visualize():
from skfem.visuals.matplotlib import plot, draw
Expand Down

0 comments on commit 4767ef6

Please sign in to comment.