-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
📝 Adds rabbit ss1d example script for public-api [skip actions] #3138
📝 Adds rabbit ss1d example script for public-api [skip actions] #3138
Conversation
adds time and fixes loop fixes non-text results
Codecov Report
@@ Coverage Diff @@
## master #3138 +/- ##
======================================
Coverage 81.1% 81.1%
======================================
Files 710 710
Lines 30621 30621
Branches 3948 3948
======================================
+ Hits 24843 24850 +7
+ Misses 4937 4930 -7
Partials 841 841
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very nice, thanks for the example!
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
Only thing that might not be very clear for a user is this part on the instructions on how to test:
"Set up url, user and password to access the api endpoint in .env file (see .env-devel)". I guess you meant what is nicely explained in the API doc.
yes |
What do these changes do?
Adds a sample script that runs the Rabbit Soltis-Saucerman model with full b-AR signalling (or "Rabbit SS 1D cardiac") from dataset 4 via the public api.
Related issue/s
How to test
.env
file (see.env-devel
)Checklist