Skip to content

Commit

Permalink
ep8
Browse files Browse the repository at this point in the history
  • Loading branch information
sstruzik committed Jan 27, 2025
1 parent 9f10983 commit 8b533d5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_ods_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def test_oed_V3(self):
'account': base_url + '/SourceAccOEDPiWind.csv',
'ri_info': base_url + '/SourceReinsInfoOEDPiWind.csv',
'ri_scope': base_url + '/SourceReinsScopeOEDPiWind.csv',
'oed_schema_info' : os.path.join(tmp_run_dir, 'OpenExposureData_Spec.json'),
'oed_schema_info': os.path.join(tmp_run_dir, 'OpenExposureData_Spec.json'),
'check_oed': True,
'use_field': True,
}
Expand Down Expand Up @@ -165,8 +165,6 @@ def test_oed_liability_example(self):
}
assert OedExposure(**config).class_of_business == ClassOfBusiness.liabs



def test_categorical_with_default(self):
# UseReinsDates is a string column with a non null default, check default setting works
with tempfile.TemporaryDirectory() as tmp_run_dir:
Expand Down

0 comments on commit 8b533d5

Please sign in to comment.