Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Steger authored and Christian Steger committed Jun 5, 2022
1 parent 5e705e8 commit 27b7287
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions horayzon/auxiliary.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
import numpy as np
from tqdm import tqdm
import requests
from pyproj import CRS, Transformer
import glob
from osgeo import gdal
import horayzon


Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
extra_compile_args=["-O3", "-ffast-math", "-fopenmp"],
extra_link_args=["-fopenmp"],
include_dirs=[np.get_include()]),
Extension("directions",
["horayzon/directions.pyx"],
Extension("direction",
["horayzon/direction.pyx"],
libraries=libraries_cython,
extra_compile_args=["-O3", "-ffast-math", "-fopenmp"],
extra_link_args=["-fopenmp"],
Expand Down

0 comments on commit 27b7287

Please sign in to comment.