You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This template is meant to cover most non-specific issues such as broken code and "something's not working" types of cases. Templates specific to other things such as scene caching and the config system etc. will be added soon.
<!-- A clear and concise description of what the bug is. -->
12
+
13
+
**To Reproduce**
14
+
<!-- Provide the problematic code in the code block below -->
15
+
<details><summary>Problematic Code</summary>
16
+
17
+
```py
18
+
Paste your code here.
19
+
```
20
+
21
+
</details>
22
+
23
+
**Expected behavior**
24
+
<!-- A clear and concise description of what you expected to happen. -->
25
+
26
+
**Output Media Files**
27
+
<!-- Paste in the files manim produced on rendering the code above. Note that GitHub doesn't allow posting videos, so you may need to convert it to a GIF or use the `-i` rendering option. -->
0 commit comments