Skip to content

Commit

Permalink
Update dihypergraph.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nwlandry committed Jun 5, 2023
1 parent f39dceb commit d5f5a5a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion xgi/classes/dihypergraph.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
"""Base class for directed hypergraphs."""
"""Base class for directed hypergraphs.
**This is currently an experimental feature.**
"""
from collections.abc import Hashable, Iterable
from copy import copy, deepcopy
from itertools import count
Expand Down

0 comments on commit d5f5a5a

Please sign in to comment.