Issue Description
There is some hardcoded logic to load a "DEV" spec when there is no OedSchema version/info specified. This previously meant that all tests used this DEV spec unless specified by oasislmf settings.
However, after this PR (#224), tests can use either the analysis_settings specified oed version or the exposure file OEDVersion column value.
Remove this hardcoded logic, and find a way to change the CI so any tests that need DEV specify it via one of the methods in PR mentioned above.
Example data / logs
Found in https://github.com/OasisLMF/ODS_Tools/blob/main/ods_tools/oed/oed_schema.py OedSchema.from_oed_schema_info function
Issue Description
There is some hardcoded logic to load a "DEV" spec when there is no OedSchema version/info specified. This previously meant that all tests used this DEV spec unless specified by oasislmf settings.
However, after this PR (#224), tests can use either the analysis_settings specified oed version or the exposure file OEDVersion column value.
Remove this hardcoded logic, and find a way to change the CI so any tests that need DEV specify it via one of the methods in PR mentioned above.
Example data / logs
Found in https://github.com/OasisLMF/ODS_Tools/blob/main/ods_tools/oed/oed_schema.py
OedSchema.from_oed_schema_infofunction