Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
riya-singh28 committed Sep 21, 2023
1 parent 7132029 commit b64a27b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deepchem/models/tests/test_mxmnet.py
Expand Up @@ -2,6 +2,7 @@
import torch
import tempfile
import numpy as np
import pytest
from deepchem.feat.molecule_featurizers import MXMNetFeaturizer
from deepchem.models.torch_models.mxmnet import MXMNet

Expand All @@ -11,6 +12,7 @@
]


@pytest.mark.torch
def test_mxmnet_regression():
"""
Test MXMNet class for regression
Expand Down

0 comments on commit b64a27b

Please sign in to comment.