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

test_extrapolator fails with polynomial normalization error #516

Open
devin-ai-integration bot opened this issue Nov 23, 2024 · 1 comment
Open

test_extrapolator fails with polynomial normalization error #516

devin-ai-integration bot opened this issue Nov 23, 2024 · 1 comment

Comments

@devin-ai-integration
Copy link
Contributor

devin-ai-integration bot commented Nov 23, 2024

Issue Description

During CI builds, test_extrapolator is failing with a polynomial normalization error in Sum.cpp:1478.

Error Message

Need normalized polynomial of f(v8) to get its coefficients

Affected Platforms & Builds

  • Windows (MSVC build)
  • macOS
  • macOS Vcpkg build
  • (Pending verification on Windows Vcpkg/Conan builds)

Build Status Pattern

✅ Passing:

  • Ubuntu CI
  • Docker CI
  • Ubuntu Vcpkg

❌ Failing:

  • Windows MSVC
  • macOS
  • macOS Vcpkg

Analysis

  • Error occurs in Sum.cpp line 1478
  • Issue appears to be with polynomial normalization logic
  • Not related to comparison operator changes
  • Affects both Windows and macOS builds consistently
  • Occurs across different build systems (native and Vcpkg)

Next Steps

  1. Investigate polynomial normalization logic in Sum.cpp
  2. Review test_extrapolator's polynomial handling
  3. Consider platform-specific differences in floating-point handling
  4. Analyze build system differences between passing (Ubuntu/Docker) and failing platforms

Related PRs

@ohhmm
Copy link
Owner

ohhmm commented Nov 23, 2024

LOG_AND_IMPLEMENT("Need normalized polynomial of f(" << v << ") to get its coefficients: " << str());

What is there?

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

No branches or pull requests

1 participant