Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecarenzo committed Jul 18, 2024
1 parent b5530d6 commit 96873d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions tests/test_init.py

This file was deleted.

2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import unittest
import math
import pandas as pd
from models import utils
import tie.utils as utils
import numpy as np
from sklearn.metrics import ndcg_score

Expand Down

0 comments on commit 96873d2

Please sign in to comment.