Skip to content

Commit

Permalink
typing example
Browse files Browse the repository at this point in the history
  • Loading branch information
bdpedigo committed May 17, 2022
1 parent 4ace306 commit f874f91
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sandbox/typing.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#%%
from giskard.match import GraphMatchSolver
import numpy as np

A = np.array([[1, 2], [3, 4]])
B = np.zeros((3, 3))
solver = GraphMatchSolver([A, B], A)

0 comments on commit f874f91

Please sign in to comment.