Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kpenciler
/
kculculate
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e656870
kculculate
/
tests
/
test_func.py
neoai-kterasawa
numberとnameを合体
d0f90f1
8 months ago
raw
Copy download link
history
blame
444 Bytes
from
src.func
import
calculate
def
test_calculate
():
assert
(
calculate(
10000
,
(
"オッズを見て個別に選択全選択全解除\n"
"選択\n"
"1\n"
" \n"
"1\n"
"675.5\n"
"1\n"
"\n"
"2\n"
"93.7"
),
)
== []
)