You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's definetely room to improve type stability in multiple components of this package. For the ones you report here, that's not easy because NCDatasets itself is not type stable (Alexander-Barth/NCDatasets.jl#251). Also, the captured variable _walkdir is in Base.Filesystem so maybe you should also open an issue in julia if it is not already there. (mktmpdir is used when we deal with ClimaCoreTempestRegridder.)
I recently found some JET failures (including a captured variable) in ClimaAtmos
build_cache
, which points toTimeVaryingInput
:Can we make this type stable to reduce the JET noise? (and perhaps add some JET tests)
The text was updated successfully, but these errors were encountered: