Commit b5c6aeac authored by Bharath Ramsundar's avatar Bharath Ramsundar
Browse files

Some last renaming issues

parent 4acedfde
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ class TestFeaturizedSamples(unittest.TestCase):
    tasks = ["log-solubility"]
    task_type = "regression"
    task_types = {task: task_type for task in tasks}
    input_file = "../../models/test/example.csv"
    input_file = "../../models/tests/example.csv"
    train_samples, valid_samples, test_samples = (
        self._featurize_train_valid_test_split(
            splittype, input_file, tasks, frac_train=.8,
@@ -99,7 +99,7 @@ class TestFeaturizedSamples(unittest.TestCase):
    tasks = ["log-solubility"]
    task_type = "regression"
    task_types = {task: task_type for task in tasks}
    input_file = "../../models/test/example.csv"
    input_file = "../../models/tests/example.csv"
    train_samples, test_samples = (
        self._featurize_train_valid_test_split(
            splittype, input_file, tasks, frac_train=.8,
@@ -116,7 +116,7 @@ class TestFeaturizedSamples(unittest.TestCase):
    tasks = ["log-solubility"]
    task_type = "regression"
    task_types = {task: task_type for task in tasks}
    input_file = "../../models/test/example.csv"
    input_file = "../../models/tests/example.csv"
    train_samples, valid_samples, test_samples = (
        self._featurize_train_valid_test_split(
            splittype, input_file, tasks, frac_train=.8,
@@ -134,7 +134,7 @@ class TestFeaturizedSamples(unittest.TestCase):
    tasks = ["log-solubility"]
    task_type = "regression"
    task_types = {task: task_type for task in tasks}
    input_file = "../../models/test/example.csv"
    input_file = "../../models/tests/example.csv"
    train_samples, test_samples = (
        self._featurize_train_valid_test_split(
            splittype, input_file, tasks, frac_train=.8,
+21 −21

File changed.

Contains only whitespace changes.