Skip to content

Conversation

@pasabanov
Copy link
Member

Types of changes

  • Feature
  • Testing

Related: #1

Description

  1. Implemented poly/generate.py script to generate test data for polynomial interpolation.
    mp.dps = 50 was chosen as smallest multiple-of-ten that gives most accurate results after rounding to precision = 17.
  2. Created poly/poly.toml as the output of the script.
  3. Updated verify_data.py to verify the generated data against the saved data.
  4. Removed old, unused poly/imp_lagrange.toml, poly/lagrange.toml, and poly/newton.toml files.

@pasabanov pasabanov added feature New feature or request tests Adding or changing tests labels Mar 25, 2025
@pasabanov pasabanov self-assigned this Mar 25, 2025
@pasabanov pasabanov force-pushed the poly branch 3 times, most recently from 827df3c to 885cf31 Compare March 25, 2025 23:45
1. Implemented `poly/generate.py` script to generate test data for polynomial interpolation.
   `mp.dps = 50` was chosen as the smallest multiple of 10 that gives the most accurate results after rounding to `precision = 17`.
2. Created `poly/poly.toml` as the output of the script.
3. Updated `verify_data.py` to verify the generated data against the saved data.
4. Removed old, unused `poly/lagrange.toml`, `poly/imp_lagrange.toml`, and `poly/newton.toml` files.
@pasabanov pasabanov merged commit b743ee0 into main Mar 26, 2025
4 checks passed
@pasabanov pasabanov deleted the poly branch March 26, 2025 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature or request tests Adding or changing tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants