Skip to content

feature/horror#546

Merged
rhayes777 merged 2 commits into
masterfrom
feature/horror
Jun 6, 2022
Merged

feature/horror#546
rhayes777 merged 2 commits into
masterfrom
feature/horror

Conversation

@rhayes777
Copy link
Copy Markdown
Collaborator

Fixes the horror bug observed in hyper.

Frozen cache is used to improve execution time by preventing multiple calls to expensive resursive functions in the model. When it is on results from those functions are cached. This cache was being passed to instances meaning that modified instances exhibited unexpected behaviours (i.e. updating the model would not cause the results of calling some functions to be updated). This is now resolved.

@rhayes777 rhayes777 merged commit 880ee08 into master Jun 6, 2022
@rhayes777 rhayes777 deleted the feature/horror branch June 6, 2022 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants