Skip to content

Commit 68aa5b3

Browse files
authored
Fix/e latex preview (#236)
* Fixed E being parsed as Eulers in preview * Removed E from the list of potentially placeholders * Added note to dev.md for `E` parsing and added more tests for Euler preview * Added link to PR * Swtiched test to relative import
1 parent fea06f5 commit 68aa5b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/evaluation_tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import pytest
22
import os
33

4-
from app.preview import preview_function
5-
from app.utility.preview_utilities import Params
4+
from .preview import preview_function
5+
from .utility.preview_utilities import Params
66
from .evaluation import evaluation_function
77

88

0 commit comments

Comments
 (0)