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 090e40d commit dd6a13bCopy full SHA for dd6a13b
changelog_entry.yaml
@@ -0,0 +1,4 @@
1
+- bump: patch
2
+ changes:
3
+ fixed:
4
+ - Caching didn't save time!
src/policyengine/core/simulation.py
@@ -31,6 +31,7 @@ def ensure(self):
31
cached_result = _cache.get(self.id)
32
if cached_result:
33
self.output_dataset = cached_result.output_dataset
34
+ return
35
try:
36
self.tax_benefit_model_version.load(self)
37
except Exception:
0 commit comments