Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffenhir authored Mar 7, 2022
2 parents d4672be + ce7bb40 commit a86c191
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 196 deletions.
43 changes: 0 additions & 43 deletions releng/win64.spec

This file was deleted.

1 change: 0 additions & 1 deletion src/background_extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ def interpol(x_sub,y_sub,subsample,shape,kind,smoothing,downscale_factor):
x_new = np.arange(0,shape_scaled[1],1).astype("float64")
y_new = np.arange(0,shape_scaled[0],1).astype("float64")


result, var = OK.execute("grid", xpoints=x_new, ypoints=y_new, backend="C")

# if(kind=='GPR_CUDA'):
Expand Down
151 changes: 0 additions & 151 deletions src/gpr_cuda.py

This file was deleted.

1 change: 0 additions & 1 deletion src/skyall.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import numpy as np
import matplotlib.pyplot as plt
from skimage import io, img_as_float32

"""
Expand Down

0 comments on commit a86c191

Please sign in to comment.