johnbachman / py-fcm

Automatically exported from code.google.com/p/py-fcm
0 stars 1 forks source link

loadFCS fails with ValueError: empty string for 'float' #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. for f in glob.glob('*fcs'):
    try:
        fcm.io.loadFCS(f)
    except Exception, e:
        print f, e
2. where fcs directory is /Volumes/HD2/data/flow/cvc_ics/Lab07
3.

What is the expected output? What do you see instead?
The following files give the same error:
ICS2D1S1R1lab07.fcs empty string for float()
ICS2D1S1R2lab07.fcs empty string for float()
ICS2D1S2R1lab07.fcs empty string for float()
ICS2D1S2R2lab07.fcs empty string for float()
ICS2D1S3R1lab07.fcs empty string for float()
ICS2D1S3R2lab07.fcs empty string for float()
ICS2D2S1R1lab07.fcs empty string for float()
ICS2D2S1R2lab07.fcs empty string for float()
ICS2D2S2R1lab07.fcs empty string for float()
ICS2D2S2R2lab07.fcs empty string for float()
ICS2D2S3R1lab07.fcs empty string for float()
ICS2D2S3R2lab07.fcs empty string for float()
ICS2D3S1R1lab07.fcs empty string for float()
ICS2D3S1R2lab07.fcs empty string for float()
ICS2D3S2R1lab07.fcs empty string for float()
ICS2D3S2R2lab07.fcs empty string for float()
ICS2D3S3R1lab07.fcs empty string for float()
ICS2D3S3R2lab07.fcs empty string for float()

Please use labels and text to provide additional information.

Original issue reported on code.google.com by cliburn....@gmail.com on 25 Sep 2009 at 10:47

GoogleCodeExporter commented 9 years ago
Oops did it again - empty files

Original comment by cliburn....@gmail.com on 25 Sep 2009 at 10:51

GoogleCodeExporter commented 9 years ago

Original comment by cliburn....@gmail.com on 25 Sep 2009 at 10:52