Changes for page 04 Test Suites

Last modified by adavison on 2023/06/08 15:37

From version 2.1
edited by shailesh
on 2022/10/07 10:08
Change comment: There is no comment for this version
To version 3.1
edited by shailesh
on 2022/10/07 11:12
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -3,11 +3,18 @@
3 3  (% style="color:#000000; font-size:24px" %)**Validation Test Suites**
4 4  )))
5 5  
6 -The Python client allows you to search the Model Catalog for models and tests, to create and upload new models and tests, to download model and test code, run model validations, and upload the results to the Model Catalog.
6 +The validations tests have been grouped into a number of components, some containing validation tests specific to particular brain regions, others more generic. All validation tests are written in Python, using the SciUnit framework. This framework allows us to decouple the validation test definition from the model implementation, i.e. so that we can test different models of the same thing and/or change the implementation of our model, without having to modify or re-write the validation test.The links in the list below lead to more information, and to the source code, for each test suite.
7 7  
8 8  
9 -==== **Useful Links** ====
9 +==== **Test Suites:  for specific brain regions** ====
10 10  
11 -|**PyPI Package**|[[https:~~/~~/pypi.org/pypi/hbp-validation-framework>>https://pypi.org/pypi/hbp-validation-framework||rel="noopener noreferrer" target="_blank"]]
12 -|**Documentation**|[[https:~~/~~/hbp-validation-client.readthedocs.io>>https://hbp-validation-client.readthedocs.io||rel="noopener noreferrer" target="_blank"]]
13 -|**GitHub Repository**|[[https:~~/~~/github.com/HumanBrainProject/hbp-validation-client>>https://github.com/HumanBrainProject/hbp-validation-client||rel="noopener noreferrer" target="_blank"]]
11 +|**HippoUnit**|[[https:~~/~~/github.com/KaliLab/hippounit>>https://github.com/KaliLab/hippounit||rel="noopener noreferrer" target="_blank"]]
12 +|**CerebUnit**|[[https:~~/~~/github.com/cerebunit/cerebtests>>https://github.com/cerebunit/cerebtests||rel="noopener noreferrer" target="_blank"]]
13 +|**BasalUnit**|[[https:~~/~~/github.com/appukuttan-shailesh/basalunit>>https://github.com/appukuttan-shailesh/basalunit||rel="noopener noreferrer" target="_blank"]]
14 +
15 +==== **Test Suites:  for model features (independent of cell type or brain region)** ====
16 +
17 +|**MorphoUnit**|[[https:~~/~~/github.com/appukuttan-shailesh/morphounit>>https://github.com/appukuttan-shailesh/morphounit||rel="noopener noreferrer" target="_blank"]]
18 +|**NetworkUnit**|[[https:~~/~~/github.com/INM-6/NetworkUnit>>https://github.com/INM-6/NetworkUnit||rel="noopener noreferrer" target="_blank"]]
19 +|**eFELUnit**|[[https:~~/~~/github.com/appukuttan-shailesh/eFELunit>>https://github.com/appukuttan-shailesh/eFELunit||rel="noopener noreferrer" target="_blank"]]
20 +|**HippoNetworkUnit**|[[https:~~/~~/github.com/pedroernesto/HippoNetworkUnit>>https://github.com/pedroernesto/HippoNetworkUnit||rel=" noopener noreferrer" target="_blank"]]