Skip to content

Commit

Permalink
Update test_060_pred.py
Browse files Browse the repository at this point in the history
  • Loading branch information
soodoku committed Aug 17, 2023
1 parent 36e706f commit 0534b57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ethnicolr2/tests/test_060_pred.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

import unittest
import pandas as pd
from ethnicolr.pred_fl_fn_lstm import pred_fl_full_name
from ethnicolr.pred_fl_ln_lstm import pred_fl_last_name
from ethnicolr.pred_cen_ln_lstm import pred_census_last_name
from ethnicolr2 import pred_fl_full_name
from ethnicolr2 import pred_fl_last_name
from ethnicolr2 import pred_census_last_name


class TestPytorchModels(unittest.TestCase):
Expand Down

0 comments on commit 0534b57

Please sign in to comment.