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

Crash in find_jump #127

Closed
ketiltrout opened this issue Oct 25, 2019 · 1 comment · Fixed by #128
Closed

Crash in find_jump #127

ketiltrout opened this issue Oct 25, 2019 · 1 comment · Fixed by #128
Assignees

Comments

@ketiltrout
Copy link
Member

Oct 24 11:52:55 marimba dias[4882]: [2019-10-24 18:52:55,532] dias[find_jump]: Analyzing data between 2019-10-21 12:49:20 and 2019-10-24 14:52:55.
Oct 24 11:52:55 marimba dias[4882]: [2019-10-24 18:52:55,534] dias[find_jump]: Task failed: unsupported operand type(s) for *: 'int' and 'NoneType'
Oct 24 11:52:55 marimba dias[4882]: [2019-10-24 18:52:55,873] dias[find_jump]: Traceback (most recent call last):
Oct 24 11:52:55 marimba dias[4882]:   File "/usr/local/lib/python3.5/dist-packages/dias/task.py", line 229, in runner
Oct 24 11:52:56 marimba dias[4882]:     result = self.analyzer.run()
Oct 24 11:52:56 marimba dias[4882]:   File "/usr/local/lib/python3.5/dist-packages/dias/analyzers/find_jump_analyzer.py", line 691, in run
Oct 24 11:52:56 marimba dias[4882]:     offset_start = datetime.timedelta(seconds=self.nedge * avg_time_step)
Oct 24 11:52:56 marimba dias[4882]: TypeError: unsupported operand type(s) for *: 'int' and 'NoneType'

Maybe due to no data in range?

@anjakefala
Copy link
Contributor

This has been investigated. It was due to find_jump searching for the data in a since-deprecated folder not_archived. Its configuration has been changed to search within staging.

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

Successfully merging a pull request may close this issue.

2 participants