Skip to content

Commit

Permalink
test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbrn committed Dec 15, 2023
1 parent a16a19b commit 236390d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/tape_tests/test_ensemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -1702,7 +1702,6 @@ def test_batch_with_custom_func(parquet_ensemble):
@pytest.mark.parametrize(
"custom_meta",
[
("flux_mean", float), # A tuple representing a series
("flux_mean", float), # A tuple representing a series
pd.Series(name="flux_mean_pandas", dtype="float64"),
TapeSeries(name="flux_mean_tape", dtype="float64"),
Expand All @@ -1724,7 +1723,6 @@ def test_batch_with_custom_series_meta(parquet_ensemble, custom_meta):
@pytest.mark.parametrize(
"custom_meta",
[
{"lc_id": int, "band": str, "dt": float, "sf2": float, "1_sigma": float},
{"lc_id": int, "band": str, "dt": float, "sf2": float, "1_sigma": float},
[("lc_id", int), ("band", str), ("dt", float), ("sf2", float), ("1_sigma", float)],
pd.DataFrame(
Expand Down

0 comments on commit 236390d

Please sign in to comment.