projects
/
culture.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e7e3d3
)
Update.
author
François Fleuret
<francois@fleuret.org>
Thu, 11 Jul 2024 14:15:50 +0000
(16:15 +0200)
committer
François Fleuret
<francois@fleuret.org>
Thu, 11 Jul 2024 14:15:50 +0000
(16:15 +0200)
problem.py
patch
|
blob
|
history
diff --git
a/problem.py
b/problem.py
index
617b2a8
..
7eeb6b4
100755
(executable)
--- a/
problem.py
+++ b/
problem.py
@@
-88,3
+88,6
@@
class Problem:
prompts, answers = prompts[:-k], answers[:-k]
return prompts, answers
+
+ def save_some_examples(self, result_dir):
+ pass