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

scan and track data #70

Open
mariogrs opened this issue Nov 9, 2023 · 2 comments
Open

scan and track data #70

mariogrs opened this issue Nov 9, 2023 · 2 comments

Comments

@mariogrs
Copy link
Collaborator

mariogrs commented Nov 9, 2023

It's weird that the printing the object with the scan data, prints the log with all the data:
scan_data = context_loader.get_result(location=ResultEnum.SCAN_DATA)
print(scan_data)

Same goes with track data.

Also, track data seems to include all the time dumps, not just the track ones.

@amadeuswi
Copy link
Collaborator

When we run print(data) or print(scan_data) the output is always the same. This is because at the moment both share the same print() function. We could implement print to reflect the selection of data. Until now I always used data.timestamps to check the timestamp selection.

@mariogrs
Copy link
Collaborator Author

Not critical but I I suggest to at least print a warning because people might think the scan data includes everything otherwise.

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

2 participants