We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb3dbb0 commit e20af99Copy full SHA for e20af99
1 file changed
lapack_testing.py
@@ -1,12 +1,10 @@
1
-#! /usr/bin/env python2
2
-# -*- coding: utf-8 -*-
+#!/usr/bin/env python3
3
4
5
###############################################################################
6
# lapack_testing.py
7
8
9
-from __future__ import print_function
10
from subprocess import Popen, STDOUT, PIPE
11
import os, sys, math
12
import getopt
0 commit comments