Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

some issues running test-suite-upload-from-sciunit.ipynb

オープン
#39 コメント 10 件 リアクション 0 件 担当者 1 名 GitHub で見る

@NeZanyat がすでに取り組んでいます。

2018年11月6日 から。

評価

この issue はまだ評価されていません。

説明

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}
主要言語
Jupyter Notebook
スター
2
フォーク
3
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

MetaCell/scidash-api のほかの issue

MetaCell/scidash-api の issue をすべて見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。