Equality checking for ActionDigraph
#89
Labels
documentation
Improvements or additions to documentation
duplicate
This issue or pull request already exists
On my current
fpsemi-examples
branch, where I import the reI find that
graphs[0] == graphs[1]
isTrue
. This suggests that equality checking for action digraphs possibly hadn't been implemented. I wondered ifActionDigraphs
which give equal strings as output from their repr are 'equal' under==
, but the following illustrates this isn't true:There is possibly something unexpected going on here, or something just as of yet unimplemented, but I'm not sure exactly what.
The text was updated successfully, but these errors were encountered: