Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typing vector space scene #4130

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Added comment to one of the type ignore statements.

c373f54
Select commit
Loading
Failed to load commit list.
Open

Typing vector space scene #4130

Added comment to one of the type ignore statements.
c373f54
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jan 22, 2025 in 4s

9 new alerts including 9 errors

New alerts in code changed by this pull request

  • 9 errors

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 71 in manim/mobject/geometry/arc.py

See this annotation in the file changed.

Code scanning / CodeQL

Module-level cyclic import Error

'SingleStringMathTex' may not be defined if module
manim.mobject.text.tex_mobject
is imported before module
manim.mobject.geometry.arc
, as the
definition
of SingleStringMathTex occurs after the cyclic
import
of manim.mobject.geometry.arc.
'SingleStringMathTex' may not be defined if module
manim.mobject.text.tex_mobject
is imported before module
manim.mobject.geometry.arc
, as the
definition
of SingleStringMathTex occurs after the cyclic
import
of manim.mobject.geometry.arc.
'SingleStringMathTex' may not be defined if module
manim.mobject.text.tex_mobject
is imported before module
manim.mobject.geometry.arc
, as the
definition
of SingleStringMathTex occurs after the cyclic
import
of manim.mobject.geometry.arc.

Check failure on line 71 in manim/mobject/geometry/arc.py

See this annotation in the file changed.

Code scanning / CodeQL

Module-level cyclic import Error

'Tex' may not be defined if module
manim.mobject.text.tex_mobject
is imported before module
manim.mobject.geometry.arc
, as the
definition
of Tex occurs after the cyclic
import
of manim.mobject.geometry.arc.
'Tex' may not be defined if module
manim.mobject.text.tex_mobject
is imported before module
manim.mobject.geometry.arc
, as the
definition
of Tex occurs after the cyclic
import
of manim.mobject.geometry.arc.
'Tex' may not be defined if module
manim.mobject.text.tex_mobject
is imported before module
manim.mobject.geometry.arc
, as the
definition
of Tex occurs after the cyclic
import
of manim.mobject.geometry.arc.

Check failure on line 50 in manim/mobject/matrix.py

See this annotation in the file changed.

Code scanning / CodeQL

Module-level cyclic import Error

'MathTex' may not be defined if module
manim.mobject.text.tex_mobject
is imported before module
manim.mobject.matrix
, as the
definition
of MathTex occurs after the cyclic
import
of manim.mobject.matrix.
'MathTex' may not be defined if module
manim.mobject.text.tex_mobject
is imported before module
manim.mobject.matrix
, as the
definition
of MathTex occurs after the cyclic
import
of manim.mobject.matrix.
'MathTex' may not be defined if module
manim.mobject.text.tex_mobject
is imported before module
manim.mobject.matrix
, as the
definition
of MathTex occurs after the cyclic
import
of manim.mobject.matrix.

Check failure on line 50 in manim/mobject/matrix.py

See this annotation in the file changed.

Code scanning / CodeQL

Module-level cyclic import Error

'Tex' may not be defined if module
manim.mobject.text.tex_mobject
is imported before module
manim.mobject.matrix
, as the
definition
of Tex occurs after the cyclic
import
of manim.mobject.matrix.
'Tex' may not be defined if module
manim.mobject.text.tex_mobject
is imported before module
manim.mobject.matrix
, as the
definition
of Tex occurs after the cyclic
import
of manim.mobject.matrix.
'Tex' may not be defined if module
manim.mobject.text.tex_mobject
is imported before module
manim.mobject.matrix
, as the
definition
of Tex occurs after the cyclic
import
of manim.mobject.matrix.

Check failure on line 15 in manim/mobject/text/numbers.py

See this annotation in the file changed.

Code scanning / CodeQL

Module-level cyclic import Error

'MathTex' may not be defined if module
manim.mobject.text.tex_mobject
is imported before module
manim.mobject.text.numbers
, as the
definition
of MathTex occurs after the cyclic
import
of manim.mobject.text.numbers.
'MathTex' may not be defined if module
manim.mobject.text.tex_mobject
is imported before module
manim.mobject.text.numbers
, as the
definition
of MathTex occurs after the cyclic
import
of manim.mobject.text.numbers.
'MathTex' may not be defined if module
manim.mobject.text.tex_mobject
is imported before module
manim.mobject.text.numbers
, as the
definition
of MathTex occurs after the cyclic
import
of manim.mobject.text.numbers.

Check failure on line 15 in manim/mobject/text/numbers.py

See this annotation in the file changed.

Code scanning / CodeQL

Module-level cyclic import Error

'SingleStringMathTex' may not be defined if module
manim.mobject.text.tex_mobject
is imported before module
manim.mobject.text.numbers
, as the
definition
of SingleStringMathTex occurs after the cyclic
import
of manim.mobject.text.numbers.
'SingleStringMathTex' may not be defined if module
manim.mobject.text.tex_mobject
is imported before module
manim.mobject.text.numbers
, as the
definition
of SingleStringMathTex occurs after the cyclic
import
of manim.mobject.text.numbers.
'SingleStringMathTex' may not be defined if module
manim.mobject.text.tex_mobject
is imported before module
manim.mobject.text.numbers
, as the
definition
of SingleStringMathTex occurs after the cyclic
import
of manim.mobject.text.numbers.

Check failure on line 15 in manim/mobject/text/numbers.py

See this annotation in the file changed.

Code scanning / CodeQL

Module-level cyclic import Error

'Tex' may not be defined if module
manim.mobject.text.tex_mobject
is imported before module
manim.mobject.text.numbers
, as the
definition
of Tex occurs after the cyclic
import
of manim.mobject.text.numbers.
'Tex' may not be defined if module
manim.mobject.text.tex_mobject
is imported before module
manim.mobject.text.numbers
, as the
definition
of Tex occurs after the cyclic
import
of manim.mobject.text.numbers.
'Tex' may not be defined if module
manim.mobject.text.tex_mobject
is imported before module
manim.mobject.text.numbers
, as the
definition
of Tex occurs after the cyclic
import
of manim.mobject.text.numbers.

Check failure on line 35 in manim/mobject/text/tex_mobject.py

See this annotation in the file changed.

Code scanning / CodeQL

Module-level cyclic import Error

'Line' may not be defined if module
manim.mobject.geometry.line
is imported before module
manim.mobject.text.tex_mobject
, as the
definition
of Line occurs after the cyclic
import
of manim.mobject.text.tex_mobject.
'Line' may not be defined if module
manim.mobject.geometry.line
is imported before module
manim.mobject.text.tex_mobject
, as the
definition
of Line occurs after the cyclic
import
of manim.mobject.text.tex_mobject.
'Line' may not be defined if module
manim.mobject.geometry.line
is imported before module
manim.mobject.text.tex_mobject
, as the
definition
of Line occurs after the cyclic
import
of manim.mobject.text.tex_mobject.
'Line' may not be defined if module
manim.mobject.geometry.line
is imported before module
manim.mobject.text.tex_mobject
, as the
definition
of Line occurs after the cyclic
import
of manim.mobject.text.tex_mobject.
'Line' may not be defined if module
manim.mobject.geometry.line
is imported before module
manim.mobject.text.tex_mobject
, as the
definition
of Line occurs after the cyclic
import
of manim.mobject.text.tex_mobject.
'Line' may not be defined if module
manim.mobject.geometry.line
is imported before module
manim.mobject.text.tex_mobject
, as the
definition
of Line occurs after the cyclic
import
of manim.mobject.text.tex_mobject.

Check failure on line 35 in manim/mobject/text/tex_mobject.py

See this annotation in the file changed.

Code scanning / CodeQL

Module-level cyclic import Error

'Vector' may not be defined if module
manim.mobject.geometry.line
is imported before module
manim.mobject.text.tex_mobject
, as the
definition
of Vector occurs after the cyclic
import
of manim.mobject.text.tex_mobject.
'Vector' may not be defined if module
manim.mobject.geometry.line
is imported before module
manim.mobject.text.tex_mobject
, as the
definition
of Vector occurs after the cyclic
import
of manim.mobject.text.tex_mobject.
'Vector' may not be defined if module
manim.mobject.geometry.line
is imported before module
manim.mobject.text.tex_mobject
, as the
definition
of Vector occurs after the cyclic
import
of manim.mobject.text.tex_mobject.
'Vector' may not be defined if module
manim.mobject.geometry.line
is imported before module
manim.mobject.text.tex_mobject
, as the
definition
of Vector occurs after the cyclic
import
of manim.mobject.text.tex_mobject.
'Vector' may not be defined if module
manim.mobject.geometry.line
is imported before module
manim.mobject.text.tex_mobject
, as the
definition
of Vector occurs after the cyclic
import
of manim.mobject.text.tex_mobject.
'Vector' may not be defined if module
manim.mobject.geometry.line
is imported before module
manim.mobject.text.tex_mobject
, as the
definition
of Vector occurs after the cyclic
import
of manim.mobject.text.tex_mobject.