molcraft 0.1.0a11__tar.gz → 0.1.0a12__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of molcraft might be problematic. Click here for more details.
- {molcraft-0.1.0a11 → molcraft-0.1.0a12}/PKG-INFO +1 -1
- {molcraft-0.1.0a11 → molcraft-0.1.0a12}/molcraft/__init__.py +1 -1
- {molcraft-0.1.0a11 → molcraft-0.1.0a12}/molcraft/featurizers.py +1 -0
- {molcraft-0.1.0a11 → molcraft-0.1.0a12}/molcraft.egg-info/PKG-INFO +1 -1
- {molcraft-0.1.0a11 → molcraft-0.1.0a12}/LICENSE +0 -0
- {molcraft-0.1.0a11 → molcraft-0.1.0a12}/README.md +0 -0
- {molcraft-0.1.0a11 → molcraft-0.1.0a12}/molcraft/apps/__init__.py +0 -0
- {molcraft-0.1.0a11 → molcraft-0.1.0a12}/molcraft/apps/peptides.py +0 -0
- {molcraft-0.1.0a11 → molcraft-0.1.0a12}/molcraft/callbacks.py +0 -0
- {molcraft-0.1.0a11 → molcraft-0.1.0a12}/molcraft/chem.py +0 -0
- {molcraft-0.1.0a11 → molcraft-0.1.0a12}/molcraft/conformers.py +0 -0
- {molcraft-0.1.0a11 → molcraft-0.1.0a12}/molcraft/datasets.py +0 -0
- {molcraft-0.1.0a11 → molcraft-0.1.0a12}/molcraft/descriptors.py +0 -0
- {molcraft-0.1.0a11 → molcraft-0.1.0a12}/molcraft/features.py +0 -0
- {molcraft-0.1.0a11 → molcraft-0.1.0a12}/molcraft/layers.py +0 -0
- {molcraft-0.1.0a11 → molcraft-0.1.0a12}/molcraft/losses.py +0 -0
- {molcraft-0.1.0a11 → molcraft-0.1.0a12}/molcraft/models.py +0 -0
- {molcraft-0.1.0a11 → molcraft-0.1.0a12}/molcraft/ops.py +0 -0
- {molcraft-0.1.0a11 → molcraft-0.1.0a12}/molcraft/records.py +0 -0
- {molcraft-0.1.0a11 → molcraft-0.1.0a12}/molcraft/tensors.py +0 -0
- {molcraft-0.1.0a11 → molcraft-0.1.0a12}/molcraft.egg-info/SOURCES.txt +0 -0
- {molcraft-0.1.0a11 → molcraft-0.1.0a12}/molcraft.egg-info/dependency_links.txt +0 -0
- {molcraft-0.1.0a11 → molcraft-0.1.0a12}/molcraft.egg-info/requires.txt +0 -0
- {molcraft-0.1.0a11 → molcraft-0.1.0a12}/molcraft.egg-info/top_level.txt +0 -0
- {molcraft-0.1.0a11 → molcraft-0.1.0a12}/pyproject.toml +0 -0
- {molcraft-0.1.0a11 → molcraft-0.1.0a12}/setup.cfg +0 -0
- {molcraft-0.1.0a11 → molcraft-0.1.0a12}/tests/test_chem.py +0 -0
- {molcraft-0.1.0a11 → molcraft-0.1.0a12}/tests/test_featurizers.py +0 -0
- {molcraft-0.1.0a11 → molcraft-0.1.0a12}/tests/test_layers.py +0 -0
- {molcraft-0.1.0a11 → molcraft-0.1.0a12}/tests/test_losses.py +0 -0
- {molcraft-0.1.0a11 → molcraft-0.1.0a12}/tests/test_models.py +0 -0
- {molcraft-0.1.0a11 → molcraft-0.1.0a12}/tests/test_tensors.py +0 -0
|
@@ -556,6 +556,7 @@ class MolGraphFeaturizer3D(MolGraphFeaturizer):
|
|
|
556
556
|
|
|
557
557
|
molecule_feature = self.molecule_feature(mol)
|
|
558
558
|
molecule_size = self.num_atoms(mol) + int(self.super_atom)
|
|
559
|
+
molecule_size = molecule_size.astype(self.index_dtype)
|
|
559
560
|
|
|
560
561
|
if isinstance(context, dict):
|
|
561
562
|
if 'x' in context:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|