Skip to content

Commit

Permalink
fix elementwise_mod op path error *test=kunlun
Browse files Browse the repository at this point in the history
  • Loading branch information
runzhech committed Apr 25, 2022
1 parent affe083 commit 9691f86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import sys
sys.path.append("")
sys.path.append("..")
import unittest
import numpy as np
from op_test import OpTest
Expand Down

0 comments on commit 9691f86

Please sign in to comment.