Skip to content
Snippets Groups Projects
Commit be803885 authored by Anna Meyer's avatar Anna Meyer
Browse files

increase file size limit

parent 3b189a97
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ from bs4 import BeautifulSoup
HTML_TEST_FILE = 'p13_expected.html'
MAX_FILE_SIZE = 550 # units - KB
MAX_FILE_SIZE = 650 # units - KB
REL_TOL = 6e-04 # relative tolerance for floats
ABS_TOL = 15e-03 # absolute tolerance for floats
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment