Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
flipz357 committed Jun 23, 2024
1 parent 16d4265 commit 7ed9f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ Smatchpp(graph_reader=dummy_reader).score_pair(test_graph1, test_graph2) # {'mai

### Example XI: Sub-graph isomorphism test

We want to know if g1 is a subgraph of g2. We note: this is a i) binary value ii) using lossless `graph_compression` does not change the result, we iii) should ignore the `:root` relation that is implicit in Penman. So:
We want to know: is g1 a *subgraph* of g2? We note: this is a i) binary value ii) using lossless `graph_compression` does not change the result, we iii) should ignore the `:root` relation that is implicit in Penman. So:

```python
from smatchpp import Smatchpp, preprocess, data_helpers
Expand Down

0 comments on commit 7ed9f99

Please sign in to comment.