-
Notifications
You must be signed in to change notification settings - Fork 10
Troubleshooting
SANKET SARKAR edited this page Dec 22, 2025
·
1 revision
- Ensure you installed the engine package:
pip install crml-engine - Verify:
crml --help
- Run
crml-lang validate <file>to get the exact path and error. - Confirm the top-level discriminator exists (e.g.,
crml_scenario: "1.0").
See: Validation
- Start with fewer runs to iterate (
--runs 1000), then increase to stabilize percentiles. - Confirm whether frequency basis is
per_organization_per_yearvsper_asset_unit_per_year.
See: Runtime (Frequency)
- Confirm you are using an FX config (
--fx-config ...) and that your rates are relative tobase_currency.