change: units and io refactoring
This commit is contained in:
@@ -126,8 +126,8 @@ def test_zip_data_copy(tmp_path: Path):
|
||||
|
||||
prop = propagation(tmp_path / "file.zip")
|
||||
|
||||
assert prop.parameters.effective_area_file.load_data() == new_aeff_path.read_bytes()
|
||||
assert prop.parameters.dispersion_file.load_data() == new_disp_path.read_bytes()
|
||||
assert prop.parameters.effective_area_file.load_bytes() == new_aeff_path.read_bytes()
|
||||
assert prop.parameters.dispersion_file.load_bytes() == new_disp_path.read_bytes()
|
||||
|
||||
|
||||
def test_zip_bundle(tmp_path: Path):
|
||||
|
||||
Reference in New Issue
Block a user