-
Notifications
You must be signed in to change notification settings - Fork 9
Description
When i am using to find out order parameter it is giving error like as,
Order: A tool to characterize the local structure of liquid water
by geometric order parameters
Traceback (most recent call last):
File "/home/workstation/anaconda3/lib/python3.5/site-packages/order/XYZ.py", line 68, in read_next_frame
self.box_size[frame] = np.array(list(map(float, box)), dtype=np.float)
ValueError: could not convert string to float: 'OW'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/workstation/anaconda3/bin/order", line 11, in
load_entry_point('iOrder==0.0.3', 'console_scripts', 'order')()
File "/home/workstation/anaconda3/lib/python3.5/site-packages/order/order.py", line 43, in command_line_runner
reader = XYZ.XYZLoader(args['input'])
File "/home/workstation/anaconda3/lib/python3.5/site-packages/order/XYZ.py", line 35, in init
self.read_all_frames()
File "/home/workstation/anaconda3/lib/python3.5/site-packages/order/XYZ.py", line 102, in read_all_frames
self.read_next_frame(frame)
File "/home/workstation/anaconda3/lib/python3.5/site-packages/order/XYZ.py", line 78, in read_next_frame
raise EOFError(err)
EOFError: could not convert string to float: 'OW'
How Can i remove that error. Can anybody help me regarding this issue.