Skip to content

Commit

Permalink
Tweaks so pdoc will run
Browse files Browse the repository at this point in the history
  • Loading branch information
kb1dds committed Jul 27, 2024
1 parent a9771ba commit 8ee1739
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pysheaf/logic_example.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
"""
# Example to demonstrate the use of `Sheaf.fromNetlist()` to build a sheaf specified by a JSON file.
"""

# MIT License

# Copyright (c) 2024 Michael Robinson
Expand Down Expand Up @@ -26,7 +31,7 @@
import pysheaf as ps
#import matplotlib.pyplot as plt

netlist=json.load(open('logic_netlist.json'))
netlist=json.load(open('pysheaf/logic_netlist.json'))

shf = ps.Sheaf()
shf.fromNetlist(netlist)
Expand Down

0 comments on commit 8ee1739

Please sign in to comment.