Skip to content

Commit 6bd2569

Browse files
authored
Update fuzzy_operations.py
1 parent 8402505 commit 6bd2569

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

fuzzy_logic/fuzzy_operations.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
import matplotlib.pyplot as plt
33
import numpy as np
44

5-
"""
6-
A class for representing and manipulating triangular fuzzy sets.
7-
"""
5+
class FuzzySet:
86
name: str
97
left_boundary: float
108
peak: float

0 commit comments

Comments
 (0)