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

can't find file flow_20160314_20160314.checkpoint #4

Open
myvu11 opened this issue Apr 20, 2022 · 2 comments
Open

can't find file flow_20160314_20160314.checkpoint #4

myvu11 opened this issue Apr 20, 2022 · 2 comments

Comments

@myvu11
Copy link

myvu11 commented Apr 20, 2022

Hi
Under the section Prepare input 2. Flow aggregation, I've tried to run:

python flow.py -d 20160314 -i 15 >> log/flow0314.log

The file "flow_20160314_20160314.checkpoint" can't be found. Supposely it shoud be in the "data" directory but is not.
Could you take a look at it?

@patdooog
Copy link

patdooog commented Apr 25, 2022

I had the same problem when running the file, have you solved it?

@mingqian000
Copy link
Owner

Hi hi, checkpoint is used in the case when the running of flow.py file is interrupted and needs to be rerun. Checkpoint file should be generated the first time flow.py runs. (The code was tested with dummy data before being uploaded.) if it is not generated, one possibility is that the data folder is not writable - please check the access to the data folder. Or else, to get around this issue, you may try commenting out all code related to checkpoint, and let flow.py run only once.

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

No branches or pull requests

3 participants