Skip to content
Snippets Groups Projects
Commit ccbb3638 authored by Yurov, Dmitry's avatar Yurov, Dmitry
Browse files

Fix in an example for buildbot CentOS

parent 08eb62e1
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ def get_simulation(scan_size=500):
Defines and returns specular simulation
with a qz-defined beam
"""
qzs = np.linspace(0.01, 1.0, scan_size, dtype=float) # qz-values
qzs = np.linspace(0.01, 1.0, scan_size) # qz-values
scan = ba.QSpecScan(qzs)
simulation = ba.SpecularSimulation()
simulation.setScan(scan)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment