mirror of
https://github.com/boostorg/histogram.git
synced 2026-02-21 15:12:22 +00:00
fix python tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user