Skip to content

Commit

Permalink
Remove Cached Property decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumit112192 committed Jul 30, 2024
1 parent 8ffd426 commit 6d702fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions benchmarks/benchmark_base.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import functools
from copy import deepcopy
from os.path import dirname, join, realpath
from pathlib import Path
Expand Down Expand Up @@ -68,7 +67,7 @@ def tardis_config_verysimple(self):
YAMLLoader,
)

@functools.cached_property
@property
def config_rpacket_tracking(self):
config = Configuration.from_yaml(
f"{self.example_configuration_dir}/tardis_configv1_verysimple.yml"
Expand Down

0 comments on commit 6d702fa

Please sign in to comment.