Skip to content

Commit

Permalink
re
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacmg committed Jan 3, 2024
1 parent ddbce90 commit b5f95f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/test_series_id.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def test_series_test_loader(self):
print(all_rows_orig)
# self.assertIsInstance(all_rows_orig, pd.DataFrame)
self.assertGreater(forecast_start, 0)
# self.assertIsInstance(df_train_test, pd.DataFrame)..l
# self.assertIsInstance(df_train_test, pd.DataFrame)

def test_eval_series_loader(self):
# infer_on_torch_model("s") # to-do fill in
Expand Down
2 changes: 1 addition & 1 deletion tests/usgs_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class DataQualityTests(unittest.TestCase):
def setUp(self):
# These are historical tests
# These are historical tests.
self.test_data_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), "test_data")

def test_intermediate_csv(self):
Expand Down
2 changes: 1 addition & 1 deletion tests/variable_autoencoderl.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"optimizer": "Adam",
"optim_params":
{},
"lr": 0.01,
"lr": 0.001,
"epochs": 3
},
"GCS": false,
Expand Down

0 comments on commit b5f95f9

Please sign in to comment.