We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d32eb1 commit 4a8c7b0Copy full SHA for 4a8c7b0
causal_testing/generation/enum_gen.py
@@ -1,4 +1,5 @@
1
-"""This module contains the class EnumGen, which allows us to easily create generating uniform distributions from enums."""
+"""This module contains the class EnumGen, which allows us to easily create
2
+generating uniform distributions from enums."""
3
4
from enum import Enum
5
from scipy.stats import rv_discrete
0 commit comments