Skip to content

Commit 7f93da9

Browse files
authored
Update fuzzy_operations.py
1 parent f07ea15 commit 7f93da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzzy_logic/fuzzy_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
from __future__ import annotations
2-
32
from dataclasses import dataclass
43
import matplotlib.pyplot as plt
54
import numpy as np
65

6+
@dataclass
77
class FuzzySet:
88
"""
99
A class for representing and manipulating triangular fuzzy sets.

0 commit comments

Comments
 (0)