Project structure changes #1
Annotations
6 errors
Run Ruff:
molexpress/datasets/encoders.py#L4
molexpress/datasets/encoders.py:4:19: F401 `rdkit.Chem` imported but unused
|
Run Ruff:
molexpress/layers/__init__.py#L1
molexpress/layers/__init__.py:1:42: F401 `molexpress.layers.base_layer.BaseLayer` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Run Ruff:
molexpress/layers/__init__.py#L2
molexpress/layers/__init__.py:2:40: F401 `molexpress.layers.gcn_conv.GCNConv` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Run Ruff:
molexpress/layers/__init__.py#L3
molexpress/layers/__init__.py:3:40: F401 `molexpress.layers.gin_conv.GINConv` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Run Ruff:
molexpress/layers/__init__.py#L4
molexpress/layers/__init__.py:4:39: F401 `molexpress.layers.readout.Readout` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Run Ruff
Process completed with exit code 1.
|
Loading