manim/tests/test_scene_rendering
Hugues Devimeux f6d63d78e9
Refactored scene caching and fixed issue when a different hash was produced when copying a mobject in the scene (#1211)
* refactored scene caching

* black

* Added docstrings

* fixed tests

* Fixed tests

* woops

* docs and small refactor

* changed back memoization in encode

* last fixes

* fixed copy making the hash unconsistent

* added keys to filter out option

* merge conflicts oops

* Fixed tests

* Update manim/utils/hashing.py

* Apply suggestions from code review

* Update manim/utils/hashing.py

* (Hopefully) fixed CI tests

* Fixed ytpo

* Fixed again tests ?

* one mooore time

* Fixed test by adressing the possibilties of multiple hashes produced

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fixed typo -_-

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* REmoved debug var

* Format

Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
Co-authored-by: kilacoda <kilacoda@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2021-05-22 18:45:20 +02:00
..
__init__.py Refactored tests and added new tests tools for videos-tests. (#335) 2020-09-01 23:12:39 +02:00
conftest.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
infallible_scenes.py Bugfix: Fixed the -a flag. (#1134) 2021-03-22 00:20:02 +01:00
simple_scenes.py Deprecation: Deprecated ShowCreation in favor of Create, added logger warning (#1124) 2021-03-23 16:13:59 +01:00
standard_config.cfg Refactored play logic (#1019) 2021-03-23 09:58:49 +01:00
test_caching_related.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_cairo_renderer.py Refactored scene caching and fixed issue when a different hash was produced when copying a mobject in the scene (#1211) 2021-05-22 18:45:20 +02:00
test_cli_flags.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30
test_play_logic.py Format Imports using Isort (#1178) 2021-04-03 13:45:12 +05:30