Skip to content

Commit

Permalink
renamed files
Browse files Browse the repository at this point in the history
  • Loading branch information
cpranav93 committed Jan 18, 2024
1 parent ce779fd commit 459de71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_init.py → tests/test_kwargs.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
from unittest import TestCase
import pytest
import dianna
from tests.test_onnx_runner import generate_data
import numpy as np

class initialize_method(TestCase):
class MethodKwargs(TestCase):

def test_lime_image_correct_kwargs(self):
model_filename = 'tests/test_data/mnist_model.onnx'
Expand Down

0 comments on commit 459de71

Please sign in to comment.