Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    IndexError
Message:      list index out of range
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1848, in _prepare_split_single
                  original_shard_lengths[original_shard_id] += len(table)
                  ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
              IndexError: list index out of range
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      builder, max_dataset_size_bytes=max_dataset_size_bytes
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                  ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~^
                      gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  ):
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1869, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

text
string
ANTI_TAMPER: verifier integrity preflight passed
============================= test session starts ==============================
platform linux -- Python 3.12.13, pytest-8.4.2, pluggy-1.6.0 -- /usr/local/bin/python3
rootdir: /app
configfile: ../dev/null
plugins: json-ctrf-0.3.5
collecting ... collected 6 items
../app::test_output_schema_grid_and_configuration FAILED [ 16%]
../app::test_adaptive_trial_diagnostics FAILED [ 33%]
../app::test_cell_redshift_and_summary_aggregation FAILED [ 50%]
../app::test_population_quantile_search_and_independent_anchors FAILED [ 66%]
../app::test_independent_log_mass_domain_anchors FAILED [ 83%]
../app::test_physical_contribution_and_closure_diagnostics FAILED [100%]
=================================== FAILURES ===================================
__________________ test_output_schema_grid_and_configuration ___________________
def test_output_schema_grid_and_configuration() -> None:
> trials = trial_rows()
^^^^^^^^^^^^
test_outputs.py:219:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
test_outputs.py:120: in trial_rows
return read_csv(ROOT / "contribution_trials.csv")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
path = PosixPath('/root/contribution_trials.csv')
def read_csv(path: Path) -> list[dict[str, str]]:
> assert path.is_file(), f"Missing {path}"
E AssertionError: Missing /root/contribution_trials.csv
E assert False
E + where False = is_file()
E + where is_file = PosixPath('/root/contribution_trials.csv').is_file
test_outputs.py:114: AssertionError
_______________________ test_adaptive_trial_diagnostics ________________________
def test_adaptive_trial_diagnostics() -> None:
> for index, row in enumerate(trial_rows()):
^^^^^^^^^^^^
test_outputs.py:290:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
test_outputs.py:120: in trial_rows
return read_csv(ROOT / "contribution_trials.csv")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
path = PosixPath('/root/contribution_trials.csv')
def read_csv(path: Path) -> list[dict[str, str]]:
> assert path.is_file(), f"Missing {path}"
E AssertionError: Missing /root/contribution_trials.csv
E assert False
E + where False = is_file()
E + where is_file = PosixPath('/root/contribution_trials.csv').is_file
test_outputs.py:114: AssertionError
__________________ test_cell_redshift_and_summary_aggregation __________________
def test_cell_redshift_and_summary_aggregation() -> None:
> trials = trial_rows()
^^^^^^^^^^^^
test_outputs.py:307:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
test_outputs.py:120: in trial_rows
return read_csv(ROOT / "contribution_trials.csv")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
path = PosixPath('/root/contribution_trials.csv')
def read_csv(path: Path) -> list[dict[str, str]]:
> assert path.is_file(), f"Missing {path}"
E AssertionError: Missing /root/contribution_trials.csv
E assert False
E + where False = is_file()
E + where is_file = PosixPath('/root/contribution_trials.csv').is_file
test_outputs.py:114: AssertionError
___________ test_population_quantile_search_and_independent_anchors ____________
def test_population_quantile_search_and_independent_anchors() -> None:
> trace = quantile_trace_rows()
^^^^^^^^^^^^^^^^^^^^^
test_outputs.py:436:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
test_outputs.py:132: in quantile_trace_rows
return read_csv(ROOT / "quantile_trace.csv")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
path = PosixPath('/root/quantile_trace.csv')
End of preview.

No dataset card yet

Downloads last month
458