From 6609f46ac09e2fc08723177ad2bea1ce363aa4fa Mon Sep 17 00:00:00 2001 From: Marc Glisse Date: Sun, 27 Oct 2019 09:00:49 +0100 Subject: Add interpreter to example --- src/python/example/ex_diagrams.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/python') diff --git a/src/python/example/ex_diagrams.py b/src/python/example/ex_diagrams.py index 3dc6fe84..a3efbac9 100644 --- a/src/python/example/ex_diagrams.py +++ b/src/python/example/ex_diagrams.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + import matplotlib.pyplot as plt import numpy as np from sklearn.kernel_approximation import RBFSampler -- cgit v1.2.3