Dataset Preview
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: ValueError
Message: Expected object or value
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1779, in _prepare_split_single
for key, table in generator:
^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 233, in _generate_tables
examples = [ujson_loads(line) for line in batch.splitlines()]
^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/utils/json.py", line 20, in ujson_loads
return pd.io.json.ujson_loads(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: Expected object or value
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 1347, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1832, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
instance_id string | patch string | plan string | main_agent dict | sub_agents list |
|---|---|---|---|---|
Knio__pynmea2-124 | diff --git a/pynmea2/types/proprietary/ash.py b/pynmea2/types/proprietary/ash.py
index d62a10e..0715bef 100644
--- a/pynmea2/types/proprietary/ash.py
+++ b/pynmea2/types/proprietary/ash.py
@@ -34,7 +34,7 @@ class ASHRATT(ASH):
'''
@staticmethod
def match(data):
- return re.match(r'^\d{6}\.\d{3}$',... | # Fix Plan: PASHR Sentence Parsing Issue
## Problem Description
PASHR sentences with timestamps containing 2 decimal places (e.g., `122144.75`) are not being recognized as ASHRATT message type. The current regex pattern requires exactly 3 decimal places, causing the matcher to fail.
## Root Cause
The ASHRATT class us... | {
"system": [
{
"type": "text",
"text": "You are a Claude agent, built on Anthropic's Claude Agent SDK.",
"cache_control": {
"type": "ephemeral"
}
},
{
"type": "text",
"text": "\nYou are an interactive CLI tool that helps users with software engineering tasks. U... | [] |
NCAS-CMS__cfdm-212 | "diff --git a/cfdm/data/data.py b/cfdm/data/data.py\nindex a48650843..2c8e37d05 100644\n--- a/cfdm/d(...TRUNCATED) | "# Plan to Fix Data.__str__ Failure with Masked Date-Times\n\n## Issue Summary\nThe `Data.__str__` m(...TRUNCATED) | {"system":[{"type":"text","text":"You are a Claude agent, built on Anthropic's Claude Agent SDK.","c(...TRUNCATED) | [] |
NREL__hescore-hpxml-152 | "diff --git a/hescorehpxml/hpxml3.py b/hescorehpxml/hpxml3.py\nindex 9a227e76..f3bf9b0d 100644\n--- (...TRUNCATED) | "# Execution Plan for NREL/hescore-hpxml Issue #152\n\n## Issue Summary\n\nThe issue involves two re(...TRUNCATED) | {"system":[{"type":"text","text":"You are a Claude agent, built on Anthropic's Claude Agent SDK.","c(...TRUNCATED) | [] |
NeurodataWithoutBorders__pynwb-1975 | "diff --git a/src/pynwb/icephys.py b/src/pynwb/icephys.py\nindex 3101649f..431067a2 100644\n--- a/sr(...TRUNCATED) | "# Execution Plan: PatchClampSeries gain is optional in schema but required in pynwb\n\n## Issue Sum(...TRUNCATED) | {"system":[{"type":"text","text":"You are a Claude agent, built on Anthropic's Claude Agent SDK.","c(...TRUNCATED) | [] |
OSeMOSYS__otoole-243 | "diff --git a/coverage.lcov b/coverage.lcov\nnew file mode 100644\nindex 0000000..aaafb66\n--- /dev/(...TRUNCATED) | "# Plan: Fix Discount Factor Calculation for Multiple Regions\n\n## Problem Analysis\n\nThe `discoun(...TRUNCATED) | {"system":[{"type":"text","text":"You are a Claude agent, built on Anthropic's Claude Agent SDK.","c(...TRUNCATED) | [] |
PEtab-dev__libpetab-python-152 | "diff --git a/petab/composite_problem.py b/petab/composite_problem.py\nindex 612263f..c49aec6 100644(...TRUNCATED) | "# Execution Plan: Add Support for Multiple Condition Files per petab.Problem\n\n## Issue Summary\nT(...TRUNCATED) | {"system":[{"type":"text","text":"You are a Claude agent, built on Anthropic's Claude Agent SDK.","c(...TRUNCATED) | [] |
PMEAL__porespy-809 | "diff --git a/porespy/networks/_snow2.py b/porespy/networks/_snow2.py\nindex 5aa197559..404ef5d99 10(...TRUNCATED) | "# Fix Plan for PMEAL/porespy-809: boundary_width in snow2 breaks with symmetric padding\n\n## Issue(...TRUNCATED) | {"system":[{"type":"text","text":"You are a Claude agent, built on Anthropic's Claude Agent SDK.","c(...TRUNCATED) | [] |
PennyLaneAI__pennylane-1117 | "diff --git a/pennylane/tape/qnode.py b/pennylane/tape/qnode.py\nindex 020b888bf..5a7826d1a 100644\n(...TRUNCATED) | "# Fix Plan: Device Jacobian Not Called When Gates Need Decomposition\n\n## Problem Summary\nWhen a (...TRUNCATED) | {"system":[{"type":"text","text":"You are a Claude agent, built on Anthropic's Claude Agent SDK.","c(...TRUNCATED) | [] |
PyCQA__isort-1995 | "diff --git a/isort/settings.py b/isort/settings.py\nindex fb9bba2f..b7f28684 100644\n--- a/isort/se(...TRUNCATED) | "# Execution Plan: Do not cache configuration files\n\n## Problem Summary\nisort caches configuratio(...TRUNCATED) | {"system":[{"type":"text","text":"You are a Claude agent, built on Anthropic's Claude Agent SDK.","c(...TRUNCATED) | [] |
PyCQA__pyflakes-698 | "diff --git a/pyflakes/checker.py b/pyflakes/checker.py\nindex 7f33d6a..237e346 100644\n--- a/pyflak(...TRUNCATED) | "# Execution Plan: Fix Assignment Expression in Comprehension Scope Issue\n\n## Problem Summary\nPyf(...TRUNCATED) | {"system":[{"type":"text","text":"You are a Claude agent, built on Anthropic's Claude Agent SDK.","c(...TRUNCATED) | [] |
End of preview.
No dataset card yet
- Downloads last month
- 108