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

Remove date time internals #3

Merged
merged 19 commits into from
Aug 28, 2023

Conversation

jmurphy6895
Copy link
Contributor

Replaced Internal Representation of Current Time with JD instead of DateTime to allow for AutoDiff Capabilities

@ronisbr
Copy link
Member

ronisbr commented Aug 25, 2023

Very nice @jmurphy6895 !

To fix tests, we need to add ForwardDiff UUID in [extra] section of Project.toml and mention it in the target vector in the section [test].

@ronisbr
Copy link
Member

ronisbr commented Aug 28, 2023

Hi @jmurphy6895 !

I was testing here and I am seeing a lot of type instabilities in the interpolations functions. See the Cthulhu.jl output of the current version:

Captura de Tela 2023-08-28 às 11 34 20

against the one in this PR:

Captura de Tela 2023-08-28 às 11 32 33

This behavior is caused probably due to something in the new definition of the types.

@ronisbr
Copy link
Member

ronisbr commented Aug 28, 2023

I could fix it! It was a type definition in the structure.

@ronisbr ronisbr merged commit d2e767d into JuliaSpace:main Aug 28, 2023
10 checks passed
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