Commit 400fb2404fbecd7462b58f9e483e2e2fcaf6eed0

Authored by hitier
1 parent 8b1f082a
Exists in rhitier-dev and in 1 other branch DEV

Move numpy import

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
web/run.py 100644 → 100755
... ... @@ -11,7 +11,8 @@ import time
11 11 import urllib.request as urllib_request
12 12 import requests
13 13 import re # regex
14   -import numpy
  14 +import numpy as np
  15 +import sys
15 16  
16 17 from csv import writer as csv_writer, DictWriter as csv_dict_writer
17 18 from math import sqrt, isnan
... ...