Python Forum

Full Version: TypeError: '>' not supported between instances of 'numpy.str_' and 'int'
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I tried to run my python script, I got this error "TypeError: '>' not supported between instances of 'numpy.str_' and 'int'"

There are two input files. One of the input files has this form:

DATE_E TIME_E LAT LON K TIME_P TIME_S FILENAME
2009-11-19 21:45:04.010 34.8395 -5.5598 9 21:45:12.25 21:45:19.46 data/PM05/PM05_data.mseed

The other is in the attachment.
I think the problem is in the input files. Your suggestions ?