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

Implement TAI to UT1 conversion #96

Closed
wants to merge 8 commits into from
Closed

Implement TAI to UT1 conversion #96

wants to merge 8 commits into from

Conversation

AngusGMorrison
Copy link
Contributor

No description provided.

let actual = (*utc).into();
assert_eq!(*expected, actual);
}
// #[rstest]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Debugging in progress

@helgee
Copy link
Member

helgee commented Apr 18, 2024

I am not happy about the fact that this makes all timescale transformations fallible. Maybe adding another trait would be better? Similar to From and TryFrom in std.

@AngusGMorrison
Copy link
Contributor Author

I am not happy about the fact that this makes all timescale transformations fallible. Maybe adding another trait would be better? Similar to From and TryFrom in std.

Yes, it's annoying that they can't be treated as a single, homogenous group, but I think we just have to face up to that reality with TryTransformTimeScale.

@helgee
Copy link
Member

helgee commented May 17, 2024

Superseded by #102

@helgee helgee closed this May 17, 2024
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 this pull request may close these issues.

None yet

2 participants