Skip to content

Removed UpdateJulia ...#223

Open
benedict-96 wants to merge 2 commits intomainfrom
remove-julia-update
Open

Removed UpdateJulia ...#223
benedict-96 wants to merge 2 commits intomainfrom
remove-julia-update

Conversation

@benedict-96
Copy link
Copy Markdown
Collaborator

... but had to set GeometricSolutions to 0.5.9 temporarilly.

@benedict-96
Copy link
Copy Markdown
Collaborator Author

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 24, 2026

Codecov Report

❌ Patch coverage is 42.85714% with 12 lines in your changes missing coverage. Please review.
✅ Project coverage is 61.82%. Comparing base (862b2c6) to head (8ca500d).

Files with missing lines Patch % Lines
src/data_loader/data_loader.jl 42.85% 12 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #223   +/-   ##
=======================================
  Coverage   61.82%   61.82%           
=======================================
  Files         124      124           
  Lines        3790     3790           
=======================================
  Hits         2343     2343           
  Misses       1447     1447           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

GeometricBase = "0.11, 0.12"
GeometricEquations = "0.20"
GeometricSolutions = "=0.5.9"
GeometricSolutions = "0.5"
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

This is 0.5 again now (as it should be).

using Distances
using GeometricBase
using GeometricSolutions: GeometricSolution, EnsembleSolution, DataSeries, StateVariable
using GeometricSolutions: GeometricSolution, EnsembleSolution, DataSeries, StateVariable, TimeSeries
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Also importing TimeSeries now.

function DataLoader(solution::GeometricSolution{T, T2, TT, NT}, suppress_info = false; kwargs...) where
{T <: Number,
T2 <: Number,
TT <: TimeSeries{T2},
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Note that TimeSeries appears before DataSeries in the type parameters now. See JuliaGNI/GeometricSolutions.jl@843cd43.

@michakraus
Copy link
Copy Markdown
Member

Is it expected that docs are failing at the moment?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

2 participants