From d5f5a5a2286973253fe226c345b584d9e612ab69 Mon Sep 17 00:00:00 2001 From: Nicholas Landry Date: Mon, 5 Jun 2023 10:00:08 -0400 Subject: [PATCH] Update dihypergraph.py --- xgi/classes/dihypergraph.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xgi/classes/dihypergraph.py b/xgi/classes/dihypergraph.py index 1ac0aeda4..7e3172398 100644 --- a/xgi/classes/dihypergraph.py +++ b/xgi/classes/dihypergraph.py @@ -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