Skip to content

Conversation

cmungall
Copy link
Member

@cmungall cmungall commented Feb 1, 2024

flake8 errors to resolve:

src/linkml_arrays/dumpers/yaml_numpy_dumper.py:1:1: D100 Missing docstring in public module
src/linkml_arrays/dumpers/yaml_numpy_dumper.py:11:1: D103 Missing docstring in public function
src/linkml_arrays/dumpers/yaml_numpy_dumper.py:12:80: E501 line too long (87 > 79 characters)
src/linkml_arrays/dumpers/yaml_numpy_dumper.py:34:80: E501 line too long (98 > 79 characters)
src/linkml_arrays/dumpers/yaml_numpy_dumper.py:37:80: E501 line too long (98 > 79 characters)
src/linkml_arrays/dumpers/yaml_numpy_dumper.py:48:1: D101 Missing docstring in public class
src/linkml_arrays/dumpers/yaml_numpy_dumper.py:50:80: E501 line too long (98 > 79 characters)
src/linkml_arrays/dumpers/yaml_numpy_dumper.py:51:1: D400 First line should end with a period
src/linkml_arrays/dumpers/yaml_numpy_dumper.py:51:80: E501 line too long (105 > 79 characters)
src/linkml_arrays/dumpers/yaml_hdf5_dumper.py:1:1: D100 Missing docstring in public module
src/linkml_arrays/dumpers/yaml_hdf5_dumper.py:11:1: D103 Missing docstring in public function
src/linkml_arrays/dumpers/yaml_hdf5_dumper.py:12:80: E501 line too long (87 > 79 characters)
src/linkml_arrays/dumpers/yaml_hdf5_dumper.py:34:80: E501 line too long (97 > 79 characters)
src/linkml_arrays/dumpers/yaml_hdf5_dumper.py:51:1: D101 Missing docstring in public class
src/linkml_arrays/dumpers/yaml_hdf5_dumper.py:53:80: E501 line too long (98 > 79 characters)
src/linkml_arrays/dumpers/yaml_hdf5_dumper.py:54:1: D400 First line should end with a period
src/linkml_arrays/dumpers/yaml_hdf5_dumper.py:54:80: E501 line too long (114 > 79 characters)
src/linkml_arrays/dumpers/zarr_directory_store_dumper.py:1:1: D100 Missing docstring in public module
src/linkml_arrays/dumpers/zarr_directory_store_dumper.py:10:1: D103 Missing docstring in public function
src/linkml_arrays/dumpers/zarr_directory_store_dumper.py:11:80: E501 line too long (99 > 79 characters)
src/linkml_arrays/dumpers/zarr_directory_store_dumper.py:31:1: D101 Missing docstring in public class
src/linkml_arrays/dumpers/zarr_directory_store_dumper.py:33:80: E501 line too long (98 > 79 characters)
src/linkml_arrays/dumpers/zarr_directory_store_dumper.py:34:1: D400 First line should end with a period
src/linkml_arrays/dumpers/zarr_directory_store_dumper.py:34:1: DAR401 Missing exception(s) in Raises section: -r ValueError
src/linkml_arrays/dumpers/zarr_directory_store_dumper.py:34:80: E501 line too long (114 > 79 characters)
src/linkml_arrays/dumpers/__init__.py:3:1: F401 '.hdf5_dumper.Hdf5Dumper' imported but unused
src/linkml_arrays/dumpers/__init__.py:4:1: F401 '.yaml_hdf5_dumper.YamlHdf5Dumper' imported but unused
src/linkml_arrays/dumpers/__init__.py:5:1: F401 '.yaml_numpy_dumper.YamlNumpyDumper' imported but unused
src/linkml_arrays/dumpers/__init__.py:6:1: F401 '.zarr_directory_store_dumper.ZarrDirectoryStoreDumper' imported but unused
src/linkml_arrays/dumpers/hdf5_dumper.py:1:1: D100 Missing docstring in public module
src/linkml_arrays/dumpers/hdf5_dumper.py:10:1: D103 Missing docstring in public function
src/linkml_arrays/dumpers/hdf5_dumper.py:11:80: E501 line too long (89 > 79 characters)
src/linkml_arrays/dumpers/hdf5_dumper.py:31:1: D101 Missing docstring in public class
src/linkml_arrays/dumpers/hdf5_dumper.py:33:80: E501 line too long (98 > 79 characters)
src/linkml_arrays/dumpers/hdf5_dumper.py:34:1: D400 First line should end with a period
src/linkml_arrays/dumpers/hdf5_dumper.py:34:1: DAR401 Missing exception(s) in Raises section: -r ValueError
src/linkml_arrays/dumpers/hdf5_dumper.py:34:80: E501 line too long (114 > 79 characters)
src/linkml_arrays/loaders/__init__.py:3:1: F401 '.hdf5_loader.Hdf5Loader' imported but unused
src/linkml_arrays/loaders/__init__.py:4:1: F401 '.yaml_hdf5_loader.YamlHdf5Loader' imported but unused
src/linkml_arrays/loaders/__init__.py:5:1: F401 '.yaml_numpy_loader.YamlNumpyLoader' imported but unused
src/linkml_arrays/loaders/__init__.py:6:1: F401 '.zarr_directory_store_loader.ZarrDirectoryStoreLoader' imported but unused
src/linkml_arrays/loaders/hdf5_loader.py:1:1: D100 Missing docstring in public module
src/linkml_arrays/loaders/hdf5_loader.py:11:1: D103 Missing docstring in public function
src/linkml_arrays/loaders/hdf5_loader.py:21:80: E501 line too long (84 > 79 characters)
src/linkml_arrays/loaders/hdf5_loader.py:23:1: S101 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
src/linkml_arrays/loaders/hdf5_loader.py:34:1: D101 Missing docstring in public class
src/linkml_arrays/loaders/hdf5_loader.py:37:1: D400 First line should end with a period
src/linkml_arrays/loaders/hdf5_loader.py:37:80: E501 line too long (85 > 79 characters)
src/linkml_arrays/loaders/hdf5_loader.py:41:1: D400 First line should end with a period
src/linkml_arrays/loaders/hdf5_loader.py:41:80: E501 line too long (85 > 79 characters)
src/linkml_arrays/loaders/hdf5_loader.py:51:1: D400 First line should end with a period
src/linkml_arrays/loaders/hdf5_loader.py:51:80: E501 line too long (85 > 79 characters)
src/linkml_arrays/loaders/zarr_directory_store_loader.py:1:1: D100 Missing docstring in public module
src/linkml_arrays/loaders/zarr_directory_store_loader.py:11:1: D103 Missing docstring in public function
src/linkml_arrays/loaders/zarr_directory_store_loader.py:12:80: E501 line too long (86 > 79 characters)
src/linkml_arrays/loaders/zarr_directory_store_loader.py:21:80: E501 line too long (84 > 79 characters)
src/linkml_arrays/loaders/zarr_directory_store_loader.py:23:1: S101 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
src/linkml_arrays/loaders/zarr_directory_store_loader.py:34:1: D101 Missing docstring in public class
src/linkml_arrays/loaders/zarr_directory_store_loader.py:37:1: D400 First line should end with a period
src/linkml_arrays/loaders/zarr_directory_store_loader.py:37:80: E501 line too long (95 > 79 characters)
src/linkml_arrays/loaders/zarr_directory_store_loader.py:41:1: D400 First line should end with a period
src/linkml_arrays/loaders/zarr_directory_store_loader.py:41:80: E501 line too long (95 > 79 characters)
src/linkml_arrays/loaders/zarr_directory_store_loader.py:51:1: D400 First line should end with a period
src/linkml_arrays/loaders/zarr_directory_store_loader.py:51:80: E501 line too long (95 > 79 characters)
src/linkml_arrays/loaders/yaml_numpy_loader.py:1:1: D100 Missing docstring in public module
src/linkml_arrays/loaders/yaml_numpy_loader.py:12:1: D103 Missing docstring in public function
src/linkml_arrays/loaders/yaml_numpy_loader.py:30:1: D101 Missing docstring in public class
src/linkml_arrays/loaders/yaml_numpy_loader.py:33:1: D400 First line should end with a period
src/linkml_arrays/loaders/yaml_numpy_loader.py:33:80: E501 line too long (105 > 79 characters)
src/linkml_arrays/loaders/yaml_numpy_loader.py:37:1: D400 First line should end with a period
src/linkml_arrays/loaders/yaml_numpy_loader.py:37:80: E501 line too long (105 > 79 characters)
src/linkml_arrays/loaders/yaml_numpy_loader.py:47:1: D400 First line should end with a period
src/linkml_arrays/loaders/yaml_numpy_loader.py:47:80: E501 line too long (105 > 79 characters)
src/linkml_arrays/loaders/yaml_hdf5_loader.py:1:1: D100 Missing docstring in public module
src/linkml_arrays/loaders/yaml_hdf5_loader.py:12:1: D103 Missing docstring in public function
src/linkml_arrays/loaders/yaml_hdf5_loader.py:31:1: D101 Missing docstring in public class
src/linkml_arrays/loaders/yaml_hdf5_loader.py:34:1: D400 First line should end with a period
src/linkml_arrays/loaders/yaml_hdf5_loader.py:34:80: E501 line too long (114 > 79 characters)
src/linkml_arrays/loaders/yaml_hdf5_loader.py:38:1: D400 First line should end with a period
src/linkml_arrays/loaders/yaml_hdf5_loader.py:38:80: E501 line too long (114 > 79 characters)
src/linkml_arrays/loaders/yaml_hdf5_loader.py:48:1: D400 First line should end with a period
src/linkml_arrays/loaders/yaml_hdf5_loader.py:48:80: E501 line too long (114 > 79 characters)
tests/test_dumpers/array_classes.py:1:1: D100 Missing docstring in public module
tests/test_dumpers/array_classes.py:3:1: F401 're' imported but unused
tests/test_dumpers/array_classes.py:5:1: F401 'datetime.date' imported but unused
tests/test_dumpers/array_classes.py:5:1: F401 'datetime.datetime' imported but unused
tests/test_dumpers/array_classes.py:6:1: F401 'enum.Enum' imported but unused
tests/test_dumpers/array_classes.py:7:1: F401 'typing.Any' imported but unused
tests/test_dumpers/array_classes.py:7:1: F401 'typing.Dict' imported but unused
tests/test_dumpers/array_classes.py:7:1: F401 'typing.List' imported but unused
tests/test_dumpers/array_classes.py:7:1: F401 'typing.Optional' imported but unused
tests/test_dumpers/array_classes.py:7:1: F401 'typing.Union' imported but unused
tests/test_dumpers/array_classes.py:11:1: F401 'pydantic.validator' imported but unused
tests/test_dumpers/array_classes.py:16:5: F401 'typing_extensions.Literal' imported but unused
tests/test_dumpers/array_classes.py:23:1: D101 Missing docstring in public class
tests/test_dumpers/array_classes.py:27:1: D101 Missing docstring in public class
tests/test_dumpers/array_classes.py:39:1: D101 Missing docstring in public class
tests/test_dumpers/array_classes.py:49:1: D200 One-line docstring should fit on one line with quotes
tests/test_dumpers/array_classes.py:49:1: D400 First line should end with a period
tests/test_dumpers/array_classes.py:57:1: D200 One-line docstring should fit on one line with quotes
tests/test_dumpers/array_classes.py:57:1: D400 First line should end with a period
tests/test_dumpers/array_classes.py:65:1: D200 One-line docstring should fit on one line with quotes
tests/test_dumpers/array_classes.py:65:1: D400 First line should end with a period
tests/test_dumpers/array_classes.py:73:1: D200 One-line docstring should fit on one line with quotes
tests/test_dumpers/array_classes.py:73:1: D400 First line should end with a period
tests/test_dumpers/array_classes.py:74:80: E501 line too long (86 > 79 characters)
tests/test_dumpers/test_dumpers.py:1:1: D100 Missing docstring in public module
tests/test_dumpers/test_dumpers.py:5:1: F401 'h5py' imported but unused
tests/test_dumpers/test_dumpers.py:25:1: D200 One-line docstring should fit on one line with quotes
tests/test_dumpers/test_dumpers.py:25:1: D400 First line should end with a period
tests/test_dumpers/test_dumpers.py:26:80: E501 line too long (87 > 79 characters)
tests/test_dumpers/test_dumpers.py:29:1: D102 Missing docstring in public method
tests/test_dumpers/test_dumpers.py:44:80: E501 line too long (88 > 79 characters)
tests/test_dumpers/test_dumpers.py:57:1: S101 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
tests/test_dumpers/test_dumpers.py:61:1: D200 One-line docstring should fit on one line with quotes
tests/test_dumpers/test_dumpers.py:61:1: D400 First line should end with a period
tests/test_dumpers/test_dumpers.py:62:80: E501 line too long (88 > 79 characters)
tests/test_dumpers/test_dumpers.py:65:1: D102 Missing docstring in public method
tests/test_dumpers/test_dumpers.py:80:80: E501 line too long (88 > 79 characters)
tests/test_dumpers/test_dumpers.py:93:1: S101 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
tests/test_dumpers/test_dumpers.py:97:1: D200 One-line docstring should fit on one line with quotes
tests/test_dumpers/test_dumpers.py:97:1: D400 First line should end with a period
tests/test_dumpers/test_dumpers.py:98:80: E501 line too long (86 > 79 characters)
tests/test_dumpers/test_dumpers.py:101:1: D102 Missing docstring in public method
tests/test_dumpers/test_dumpers.py:116:80: E501 line too long (88 > 79 characters)
tests/test_dumpers/test_dumpers.py:119:1: S101 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
tests/test_dumpers/test_dumpers.py:125:1: D200 One-line docstring should fit on one line with quotes
tests/test_dumpers/test_dumpers.py:125:1: D400 First line should end with a period
tests/test_dumpers/test_dumpers.py:126:80: E501 line too long (97 > 79 characters)
tests/test_dumpers/test_dumpers.py:129:1: D102 Missing docstring in public method
tests/test_dumpers/test_dumpers.py:144:80: E501 line too long (88 > 79 characters)
tests/test_dumpers/test_dumpers.py:147:1: S101 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
tests/test_loaders/test_loaders.py:1:1: D100 Missing docstring in public module
tests/test_loaders/test_loaders.py:24:1: D200 One-line docstring should fit on one line with quotes
tests/test_loaders/test_loaders.py:24:1: D400 First line should end with a period
tests/test_loaders/test_loaders.py:25:80: E501 line too long (87 > 79 characters)
tests/test_loaders/test_loaders.py:28:1: D102 Missing docstring in public method
tests/test_loaders/test_loaders.py:30:80: E501 line too long (96 > 79 characters)
tests/test_loaders/test_loaders.py:32:80: E501 line too long (88 > 79 characters)
tests/test_loaders/test_loaders.py:37:1: S101 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
tests/test_loaders/test_loaders.py:38:1: S101 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
tests/test_loaders/test_loaders.py:40:1: S101 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
tests/test_loaders/test_loaders.py:41:80: E501 line too long (86 > 79 characters)
tests/test_loaders/test_loaders.py:43:1: S101 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
tests/test_loaders/test_loaders.py:44:80: E501 line too long (87 > 79 characters)
tests/test_loaders/test_loaders.py:46:1: S101 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
tests/test_loaders/test_loaders.py:47:80: E501 line too long (80 > 79 characters)
tests/test_loaders/test_loaders.py:49:1: S101 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
tests/test_loaders/test_loaders.py:50:80: E501 line too long (87 > 79 characters)
tests/test_loaders/test_loaders.py:54:1: D200 One-line docstring should fit on one line with quotes
tests/test_loaders/test_loaders.py:54:1: D400 First line should end with a period
tests/test_loaders/test_loaders.py:55:80: E501 line too long (88 > 79 characters)
tests/test_loaders/test_loaders.py:58:1: D102 Missing docstring in public method
tests/test_loaders/test_loaders.py:60:80: E501 line too long (97 > 79 characters)
tests/test_loaders/test_loaders.py:62:80: E501 line too long (88 > 79 characters)
tests/test_loaders/test_loaders.py:67:1: S101 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
tests/test_loaders/test_loaders.py:68:1: S101 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
tests/test_loaders/test_loaders.py:70:1: S101 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
tests/test_loaders/test_loaders.py:71:80: E501 line too long (86 > 79 characters)
tests/test_loaders/test_loaders.py:73:1: S101 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
tests/test_loaders/test_loaders.py:74:80: E501 line too long (87 > 79 characters)
tests/test_loaders/test_loaders.py:76:1: S101 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
tests/test_loaders/test_loaders.py:77:80: E501 line too long (80 > 79 characters)
tests/test_loaders/test_loaders.py:79:1: S101 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
tests/test_loaders/test_loaders.py:80:80: E501 line too long (87 > 79 characters)
tests/test_loaders/test_loaders.py:84:1: D200 One-line docstring should fit on one line with quotes
tests/test_loaders/test_loaders.py:84:1: D400 First line should end with a period
tests/test_loaders/test_loaders.py:85:80: E501 line too long (80 > 79 characters)
tests/test_loaders/test_loaders.py:88:1: D102 Missing docstring in public method
tests/test_loaders/test_loaders.py:89:80: E501 line too long (85 > 79 characters)
tests/test_loaders/test_loaders.py:90:80: E501 line too long (88 > 79 characters)
tests/test_loaders/test_loaders.py:91:80: E501 line too long (99 > 79 characters)
tests/test_loaders/test_loaders.py:93:1: S101 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
tests/test_loaders/test_loaders.py:94:1: S101 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
tests/test_loaders/test_loaders.py:96:1: S101 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
tests/test_loaders/test_loaders.py:97:80: E501 line too long (86 > 79 characters)
tests/test_loaders/test_loaders.py:99:1: S101 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
tests/test_loaders/test_loaders.py:100:80: E501 line too long (87 > 79 characters)
tests/test_loaders/test_loaders.py:102:1: S101 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
tests/test_loaders/test_loaders.py:103:80: E501 line too long (80 > 79 characters)
tests/test_loaders/test_loaders.py:105:1: S101 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
tests/test_loaders/test_loaders.py:106:80: E501 line too long (87 > 79 characters)
tests/test_loaders/test_loaders.py:110:1: D200 One-line docstring should fit on one line with quotes
tests/test_loaders/test_loaders.py:110:1: D400 First line should end with a period
tests/test_loaders/test_loaders.py:111:80: E501 line too long (95 > 79 characters)
tests/test_loaders/test_loaders.py:114:1: D102 Missing docstring in public method
tests/test_loaders/test_loaders.py:115:80: E501 line too long (87 > 79 characters)
tests/test_loaders/test_loaders.py:116:80: E501 line too long (88 > 79 characters)
tests/test_loaders/test_loaders.py:121:1: S101 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
tests/test_loaders/test_loaders.py:122:1: S101 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
tests/test_loaders/test_loaders.py:124:1: S101 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
tests/test_loaders/test_loaders.py:125:80: E501 line too long (86 > 79 characters)
tests/test_loaders/test_loaders.py:127:1: S101 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
tests/test_loaders/test_loaders.py:128:80: E501 line too long (87 > 79 characters)
tests/test_loaders/test_loaders.py:130:1: S101 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
tests/test_loaders/test_loaders.py:131:80: E501 line too long (80 > 79 characters)
tests/test_loaders/test_loaders.py:133:1: S101 Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
tests/test_loaders/test_loaders.py:134:80: E501 line too long (87 > 79 characters)

docstring coverage needs:

File: "../linkml/linkml-arrays/src/linkml_arrays/dumpers/hdf5_dumper.py"
 - No module docstring
 - No docstring for `iterate_element`
 - No docstring for `Hdf5Dumper`
 Needed: 4; Found: 1; Missing: 3; Coverage: 25.0%


File: "../linkml/linkml-arrays/src/linkml_arrays/dumpers/yaml_hdf5_dumper.py"
 - No module docstring
 - No docstring for `iterate_element`
 - No docstring for `YamlHdf5Dumper`
 Needed: 4; Found: 1; Missing: 3; Coverage: 25.0%


File: "../linkml/linkml-arrays/src/linkml_arrays/dumpers/yaml_numpy_dumper.py"
 - No module docstring
 - No docstring for `iterate_element`
 - No docstring for `YamlNumpyDumper`
 Needed: 4; Found: 1; Missing: 3; Coverage: 25.0%


File: "../linkml/linkml-arrays/src/linkml_arrays/dumpers/zarr_directory_store_dumper.py"
 - No module docstring
 - No docstring for `iterate_element`
 - No docstring for `ZarrDirectoryStoreDumper`
 Needed: 4; Found: 1; Missing: 3; Coverage: 25.0%


File: "../linkml/linkml-arrays/src/linkml_arrays/loaders/hdf5_loader.py"
 - No module docstring
 - No docstring for `iterate_element`
 - No docstring for `Hdf5Loader`
 Needed: 6; Found: 3; Missing: 3; Coverage: 50.0%


File: "../linkml/linkml-arrays/src/linkml_arrays/loaders/yaml_hdf5_loader.py"
 - No module docstring
 - No docstring for `iterate_element`
 - No docstring for `YamlHdf5Loader`
 Needed: 6; Found: 3; Missing: 3; Coverage: 50.0%


File: "../linkml/linkml-arrays/src/linkml_arrays/loaders/yaml_numpy_loader.py"
 - No module docstring
 - No docstring for `iterate_element`
 - No docstring for `YamlNumpyLoader`
 Needed: 6; Found: 3; Missing: 3; Coverage: 50.0%


File: "../linkml/linkml-arrays/src/linkml_arrays/loaders/zarr_directory_store_loader.py"
 - No module docstring
 - No docstring for `iterate_element`
 - No docstring for `ZarrDirectoryStoreLoader`
 Needed: 6; Found: 3; Missing: 3; Coverage: 50.0%


File: "../linkml/linkml-arrays/tests/test_dumpers/array_classes.py"
 - No module docstring
 - No docstring for `WeakRefShimBaseModel`
 - No docstring for `ConfiguredBaseModel`
 - No docstring for `TemperatureDataset`
 Needed: 8; Found: 4; Missing: 4; Coverage: 50.0%


File: "../linkml/linkml-arrays/tests/test_dumpers/test_dumpers.py"
 - No module docstring
 - No docstring for `YamlNumpyDumpersTestCase.test_dump_pydantic_arrays`
 - No docstring for `YamlHdf5DumpersTestCase.test_dump_pydantic_arrays`
 - No docstring for `Hdf5DumpersTestCase.test_dump_pydantic_arrays`
 - No docstring for `ZarrDirectoryStoreDumpersTestCase.test_dump_pydantic_arrays`
 Needed: 9; Found: 4; Missing: 5; Coverage: 44.4%


File: "../linkml/linkml-arrays/tests/test_loaders/test_loaders.py"
 - No module docstring
 - No docstring for `YamlNumpyLoadersTestCase.test_load_pydantic_arrays`
 - No docstring for `YamlHdf5LoadersTestCase.test_load_pydantic_arrays`
 - No docstring for `Hdf5LoadersTestCase.test_load_pydantic_arrays`
 - No docstring for `ZarrDirectoryStoreLoadersTestCase.test_load_pydantic_arrays`
 Needed: 9; Found: 4; Missing: 5; Coverage: 44.4%

@rly rly merged commit ee2a063 into main Feb 5, 2024
@rly rly deleted the reformatting-for-flake8 branch February 5, 2024 08:03
@rly
Copy link
Collaborator

rly commented Feb 5, 2024

Note: I made a few non-formatting changes:

  • changed the test model classes to a Pydantic v2 model
  • changed iterate_element methods to _iterate_element across classes
  • added __all__ vars to __init__.py files
  • modified the tox flake8 config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants