fix python tests

This commit is contained in:
Hans Dembinski
2018-07-04 23:51:42 +02:00
parent d03bf52ffa
commit 43dbc112b3
10 changed files with 45 additions and 18 deletions

View File

@@ -1,5 +1,9 @@
#[ guide_python_histogram
from __future__ import print_function
import sys
import os
sys.path.append(os.getcwd())
#[ guide_python_histogram
import histogram as hg
# make 1-d histogram with 5 logarithmic bins from 1e0 to 1e5