DEEPDIP-project / CoupledNODE.jl

Apache License 2.0
2 stars 0 forks source link

Homogenization float32 -> float64 (default) #24

Closed luisaforozco closed 3 months ago

luisaforozco commented 3 months ago

Context

Issue #15

In this PR all the float32 were converted to float64 (default float-point type of Julia). At least for the moment we can keep it like this and see in the future if we need to make some changes due to memory issues.

I've run the examples. Closes #15

APJansen commented 3 months ago

Two small comments, otherwise it looks good to merge:

luisaforozco commented 3 months ago