Skip to content

Commit

Permalink
Still needs feynml bump
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Jul 24, 2023
1 parent 3e14fed commit cfe9f8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,4 @@ tmp.tex
tests/out.pdf

.vscode/*
tmp-*
5 changes: 4 additions & 1 deletion pyfeyn2/render/latex/tikzfeynman.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
from typing import List
from warnings import warn

from feynml.connector import Connector
from feynml.feynmandiagram import FeynmanDiagram
from feynml.leg import Leg
from feynml.vertex import Vertex
from pylatex import Command
from pylatex.utils import NoEscape

from pyfeyn2.feynmandiagram import Connector, FeynmanDiagram, Leg, Vertex
from pyfeyn2.render.latex.latex import LatexRender

# converte FeynmanDiagram to tikz-feynman
Expand Down

0 comments on commit cfe9f8e

Please sign in to comment.