From 33a278f22b7d002cef16d396c9d0fa52ab882ad9 Mon Sep 17 00:00:00 2001 From: farid <farid.mohammadi@iws.uni-stuttgart.de> Date: Sat, 22 Jan 2022 12:05:30 +0100 Subject: [PATCH] [surrogate][glexindex] add newline at the end of file. --- BayesValidRox/surrogate_models/glexindex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BayesValidRox/surrogate_models/glexindex.py b/BayesValidRox/surrogate_models/glexindex.py index 14f831a8e..6d9ba3c2f 100644 --- a/BayesValidRox/surrogate_models/glexindex.py +++ b/BayesValidRox/surrogate_models/glexindex.py @@ -207,4 +207,4 @@ def glexsort( if graded: indices = indices[numpy.argsort( numpy.sum(keys_[:, indices], axis=0))].T - return indices \ No newline at end of file + return indices -- GitLab