We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Starting to receive this during file processing & in the test suite
File pyflysight\pyflysight\flysight_proc.py:731, in calculate_sync_delta(track_data, time_sensor) [728](file:///pyflysight/pyflysight/flysight_proc.py:728) gps_dt = GPS_EPOCH + tow_delta [729](file:///pyflysight/pyflysight/flysight_proc.py:729) sensor_start = gps_dt - dt.timedelta(seconds=time_sensor["elapsed_time"][0]) --> [731](file:///pyflysight/pyflysight/flysight_proc.py:731) track_offset: float = (track_data["time"][0] - sensor_start).total_seconds() [732](file:///pyflysight/pyflysight/flysight_proc.py:732) return track_offset TypeError: can't subtract offset-naive and offset-aware datetimes
Just bumped dependencies on the feature branch so need to look into where the issue was introduced.
The text was updated successfully, but these errors were encountered:
Make GPS Epoch tz-aware
298476c
Fixes issue when calculating sync delta, as the dataframe contents are tz-aware (UTC) See: #50
Successfully merging a pull request may close this issue.
Starting to receive this during file processing & in the test suite
Just bumped dependencies on the feature branch so need to look into where the issue was introduced.
The text was updated successfully, but these errors were encountered: