We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceb4448 commit 5644042Copy full SHA for 5644042
findSim.py
@@ -1,4 +1,5 @@
1
-#
+# -*- coding: utf-8 -*-
2
+
3
# This program is free software; you can redistribute it and/or
4
# modify it under the terms of the GNU General Public License as
5
# published by the Free Software Foundation; either version 3, or
@@ -33,7 +34,7 @@
33
34
**********************************************************************/
35
36
'''
-from __future__ import print_function
37
+from __future__ import print_function, division
38
import heapq
39
import matplotlib.pyplot as plt
40
import numpy as np
0 commit comments