Skip to content

Commit 893e7be

Browse files
Jammy2211Jammy2211
authored andcommitted
remove delcrative test
1 parent 3c0b022 commit 893e7be

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

autofit/mapper/prior_model/prior_model.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -425,11 +425,13 @@ def __getattr__(self, item):
425425
self.__getattribute__(item)
426426

427427
# def __getattr__(self, item):
428-
# if item in ("_is_frozen", "tuple_prior_tuples"):
429-
# return self.__getattribute__(item)
430428
#
431429
# try:
432-
# if "_" in item and not item.startswith("_"):
430+
# if (
431+
# "_" in item
432+
# and item not in ("_is_frozen", "tuple_prior_tuples")
433+
# and not item.startswith("_")
434+
# ):
433435
# return getattr(
434436
# [v for k, v in self.tuple_prior_tuples if item.split("_")[0] == k][
435437
# 0

0 commit comments

Comments
 (0)