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

probably bug in common #165

Closed
kushalkolar opened this issue Jan 23, 2023 · 3 comments
Closed

probably bug in common #165

kushalkolar opened this issue Jan 23, 2023 · 3 comments
Assignees
Labels
bug Something isn't working priority

Comments

@kushalkolar
Copy link
Collaborator

time is not imported from time

https:/nel-lab/mesmerize-core/blob/v0.1.0/mesmerize_core/caiman_extensions/common.py#L152

@kushalkolar kushalkolar added priority bug Something isn't working labels Mar 9, 2023
@clewis7
Copy link
Collaborator

clewis7 commented Mar 10, 2023

this line you have referenced

bak = path.with_suffix(path.suffix + f"bak.{time()}")

is using datetime.time() method I think as opposed to unix time from time module

are you wanting it to be the unix time that gets saved at the end of the batch file when being saved to disk?

@kushalkolar
Copy link
Collaborator Author

kushalkolar commented Mar 10, 2023 via email

@kushalkolar
Copy link
Collaborator Author

kushalkolar commented Mar 10, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority
Projects
None yet
Development

No branches or pull requests

2 participants