some issues running test-suite-upload-from-sciunit.ipynb
@NeZanyat đang làm issue này rồi.
Từ ngày 6/11/2018.
Đánh giá
Issue này chưa được đánh giá.
Mô tả
I encountered the following issues running test-suite-upload-from-sciunit.ipynb.
(I was using dev branch for sciunit and I saw it has substantial changes compared to master, so It would be a good idea to revisit this example ones the dev branch PR is merged)
in [22] -> models[1].set_attrs({'izhikevich2007Cell':{'a':'0.04 per_ms'}})
File "test_suit.py", line 19, in <module>
models[1].set_attrs({'izhikevich2007Cell':{'a':'0.04 per_ms'}})
TypeError: set_attrs() takes 1 positional argument but 2 were given
workaround : remove attr
in [34] -> test2 = AnotherTest(observation={'mean':3, 'std':8, ...)
NameError: name 'AnotherTest' is not defined
So, replace AnotherTest with TestFromJupyterNotebook()
in [39] -> responses = client_instance.upload_suite_score(suite, score_matrix)
ERROR:scidash_api.mapper:CLIENT -> INVALID DATA: {'sort_key': ['required field']}
Workaround: adding keys manually.
in [39] -> responses = client_instance.upload_suite_score(suite, score_matrix)
{'errors': {'model_instance': {'run_params': ['Not a valid string.']}, 'score_class': {'url': ['Enter a valid URL.']}}, 'success': False}
- Ngôn ngữ chính
- Jupyter Notebook
- Star
- 2
- Fork
- 3
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Issue khác của MetaCell/scidash-api
-
Duplicate key error Đang mở
Độ khó 4/5 3-5 ngày Mức phù hợp với người mới 25/100
MetaCell/scidash-api#46 · 5 bình luận ·