Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ individuals who have contributed code to this repository:
* Jonas Klesy (jonas.klesy@googlemail.com)
* Christof Jugel (christof.jugel@stud.tu-darmstadt.de)
* Samuel Lokadjaja (samuel.lokadjaja@stud.tu-darmstadt.de)
* Daniel Lorenz (lorenz@cs.tu-darmstadt.de
* Daniel Lorenz (lorenz@cs.tu-darmstadt.de)
* Benedikt Naumann (benedikt.naumann@gmx.de)
* Jannis Neus (jannis.neus@stud.tu-darmstadt.de)
* Nicolas Ollagnier (ncls_olg@yahoo.fr)
Expand All @@ -21,4 +21,5 @@ individuals who have contributed code to this repository:
* Moritz Vanderheyden (moritz.vanderheyden@stud.tu-darmstadt.de)
* Johannes Wehrstein (johannes.wehrstein@gmx.de)
* Paul Wiedeking (p.wiedeking@grs-sim.de)
* Luis Dreher (luis.dreher@stud.tu-darmstadt.de)
* Luis Dreher (luis.dreher@stud.tu-darmstadt.de)
* Jan André Reuter (j.reuter@fz-juelich.de)
2 changes: 1 addition & 1 deletion extrap/util/string_formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@


class FunctionFormats(enum.Enum):
NONE = None,
NONE = enum.auto()
PYTHON = enum.auto()
LATEX = enum.auto()