Skip to content

Commit

Permalink
fixing tests:...
Browse files Browse the repository at this point in the history
  • Loading branch information
dbogunowicz committed Dec 29, 2023
1 parent 92c6017 commit 682fd9d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/sparseml/pytorch/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from sparseml.pytorch.image_classification.integration_helper_functions import (
ImageClassification,
)


def test_integration_helper_functions():
yield
from sparseml.pytorch.image_classification.integration_helper_functions import (
ImageClassification,
)

image_classification = ImageClassification()
assert image_classification.create_model
assert image_classification.create_dummy_input
Expand Down

0 comments on commit 682fd9d

Please sign in to comment.