Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xscale.py error message on exit #9

Open
GoogleCodeExporter opened this issue Mar 29, 2015 · 0 comments
Open

xscale.py error message on exit #9

GoogleCodeExporter opened this issue Mar 29, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.  Just running xscale.py (no matter what options, although I typically use 
'-n -m').

What is the expected output? What do you see instead?
I would expect xscale.py to end cleanly with no error messages. Instead, after 
the CPU time and elapsed wall-clock time messages, xscale.py yields the 
following:

Traceback (most recent call last):
  File "/usr/local/xtal/XDSme/xdsme-0.5.0.2/bin/noarch/xscale.py", line 104, in <module>
    run_xscale((hklfile,),hklout, xlatt, nbin=nbin, merge=merge)
  File "/usr/local/xtal/XDSme/xdsme-0.5.0.2/XDS/xupy.py", line 1184, in run_xscale
    s = resum_scaling(lpf=os.path.join(Dir,"XSCALE.LP"))
  File "/usr/local/xtal/XDSme/xdsme-0.5.0.2/XDS/xupy.py", line 881, in resum_scaling
    slowr = lp.index("INCLUDE_RESOLUTION_RANGE=") + 26
ValueError: substring not found

What version of the product are you using? On what operating system?

XDSme 0.5.0.2
XSCALE (VERSION July 4, 2012  BUILT=20130706)  17-Dec-2013
MacOSX 10.9

Please provide any additional information below.
As far as I can see xscale.py runs to the end producing normal.hkl and 
XSCALE.LP just fine, so I am not sure whether the error message is 
inconsequential or not. However, an error message clearly precludes the 
automatic running of additional programs that depend on a clean exit from 
xscale.py (e.g. xdsconv.py right after xscale.py).

Original issue reported on code.google.com by [email protected] on 17 Dec 2013 at 4:34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant