OasisLMF / OasisPlatform

Loss modelling platform.
BSD 3-Clause "New" or "Revised" License
42 stars 16 forks source link

Fix running V2 workers with custom OED specification files #1051

Closed sambles closed 1 month ago

sambles commented 1 month ago

Fix running V2 workers with custom OED specification files

Fixed a bug where the parameter oed_schema_info was not used, needed when loading location files with custom oed specification files.

oasislmf.json

{
  "oed_schema_info": "keys_data/my_custom_oed_schema.json",
    ...
}