Skip to content

DataInterpolations v8.0.1 compat#60

Merged
aefarrell merged 1 commit into
mainfrom
datainterpolations-compat
Jun 6, 2025
Merged

DataInterpolations v8.0.1 compat#60
aefarrell merged 1 commit into
mainfrom
datainterpolations-compat

Conversation

@aefarrell
Copy link
Copy Markdown
Owner

A change in DataInterpolations v8.0.1 enforces the ordering of the independent variable, it has to be monotonically increasing. Apparently, in one test, SLAB returned a backwards timestep. I'm not sure how this is possible, but for safety it now ensures that the x and t correlations are sorted to be in ascending order.

A change in DataInterpolations v8.0.1 enforces the ordering of the independent variable, has to be monotonically increasing. Apparently, in one test, SLAB returned a backwards timestep. I'm not sure how this is possible, but for safety ensure that the x and t correlations are sorted to be in ascending order.
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.58%. Comparing base (53611cf) to head (a4e864c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #60   +/-   ##
=======================================
  Coverage   95.57%   95.58%           
=======================================
  Files          41       41           
  Lines        2692     2694    +2     
=======================================
+ Hits         2573     2575    +2     
  Misses        119      119           

☔ 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.

@aefarrell
Copy link
Copy Markdown
Owner Author

To be clear: I checked this against the results of the original Fortran version of SLAB and it does actually go backwards in the transition between the steady state integration and the transient.

@aefarrell aefarrell merged commit f966ca3 into main Jun 6, 2025
94 checks passed
@aefarrell aefarrell deleted the datainterpolations-compat branch June 6, 2025 21:08
@aefarrell aefarrell added bug Something isn't working compat compat entries labels Jul 8, 2025
@aefarrell aefarrell added this to the v0.4 milestone Jul 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working compat compat entries

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant