warn on unknown solver and fall back to FBDF#159
Conversation
Instead of throwing an error when an unknown solver is specified (e.g. DFBDF from default KiteUtils settings), emit a warning and fall back to FBDF. Fixes #156 Co-authored-by: Bart van de Lint <1-Bart-1@users.noreply.github.com>
|
@claude add Readme code to test/test_setup.sh. Also the 2plate kite example in the README now doesn't run which will cause it to fail. |
|
Claude finished @1-Bart-1's task in 5m 18s —— View job Changes pushed
SummaryREADME.md — two code blocks fixed:
test/test_setup.sh — two new test blocks appended (after the existing example runs):
Both tests benefit from the existing |
- Add SymbolicAWEModels.init_module(; force=false) to README 2plate kite
example so data files are copied before set_data_path is called
- Add init_module + set_data_path("data/base") to README pendulum example
which was also missing proper data path setup (Settings("system.yaml")
needs an explicit data directory)
- Add README pendulum code as an integration test in test/test_setup.sh
- Add README 2plate kite code as an integration test in test/test_setup.sh
Co-authored-by: Bart van de Lint <1-Bart-1@users.noreply.github.com>
|
@claude update the changelog |
|
Claude finished @1-Bart-1's task in 45s —— View job Changes pushed
Added a
|
Co-authored-by: Bart van de Lint <1-Bart-1@users.noreply.github.com>
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
Instead of throwing an error when an unknown solver is specified (e.g. DFBDF from default KiteUtils settings), emit a warning and fall back to FBDF.
Fixes #156
Generated with Claude Code