New Cython API: compile but doesn't work

This commit is contained in:
Celine Mercier
2017-02-17 15:14:06 +01:00
parent 071a3b61ab
commit f23315e26f
12 changed files with 241 additions and 346 deletions

View File

@ -90,7 +90,7 @@ def addOptions(parser):
# TODO: Handling of NA values
def run(config):
pb = ProgressBar(10000, config, seconde=5) # TODO should be number of records in file
pb = ProgressBar(35000000, config, seconde=5) # TODO should be number of records in file
inputs = uopen(config['import']['filename'])