Commit
·
15c97c2
1
Parent(s):
447baa3
fix(aoc): one problem had more bugs than one
Browse files- aoc.py +1 -1
- dataset.jsonl +1 -1
aoc.py
CHANGED
|
@@ -28,7 +28,7 @@ _URLS = {
|
|
| 28 |
class Bugnet(datasets.GeneratorBasedBuilder):
|
| 29 |
"""TODO: Short description of my dataset."""
|
| 30 |
|
| 31 |
-
VERSION = datasets.Version("3.0.
|
| 32 |
|
| 33 |
def _info(self):
|
| 34 |
features = datasets.Features(
|
|
|
|
| 28 |
class Bugnet(datasets.GeneratorBasedBuilder):
|
| 29 |
"""TODO: Short description of my dataset."""
|
| 30 |
|
| 31 |
+
VERSION = datasets.Version("3.0.1")
|
| 32 |
|
| 33 |
def _info(self):
|
| 34 |
features = datasets.Features(
|
dataset.jsonl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 23847
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:caa2aa52b0f50bd58e34aaa99194b63f07e12c20419fce10c69754ac7df71185
|
| 3 |
size 23847
|