-
Notifications
You must be signed in to change notification settings - Fork 3
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
Dependency for checking the accuracy of the example code not specified #4
Comments
Should we add requirements.txt file for this case so we don’t bring all that package in just for example?
Also a README.txt on how to prepare/install and run examples.
…--
With regards!
-----------------------------------------------------------------
University of Edinburgh Gregor Gorjanc, PhD
The Roslin Institute Group leader & Royal Society Fellow
Easter Bush @***@***.***<https://twitter.com/GregorGorjanc>
EH25 9RG @***@***.******@***.***>
Scotland, UK www.ed.ac.uk/roslin/highlanderlab<http://www.ed.ac.uk/roslin/highlanderlab>
-----------------------------------------------------------------
On Thu, Jul 13 2023 at 4:31 pm, XingerTang ***@***.******@***.***>> wrote:
This email was sent to you by someone outside the University.
You should only click on links or attachments if you are certain that the email is genuine and the content is safe.
All the accuracy.py in the example folder requires the pandas library to check the accuracy of the output, however, the dependency is not specified anywhere. I'm wondering if we can state it somewhere.
—
Reply to this email directly, view it on GitHub<#4>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAFRGSVIMFHPVSSZB2VUECDXQAIF3ANCNFSM6AAAAAA2JD5NQ4>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336. Is e buidheann carthannais a th’ ann an Oilthigh Dhùn Èideann, clàraichte an Alba, àireamh clàraidh SC005336.
|
Yes, I think that would help. I'll work on it after the transfer to |
Could we routinely run examples on a push via GitHub action - as a part of a suite of tests? We will need to have this infrastructure in place at some point anyway to catch bug’s quickly and enable safe code modification, refactoring, …
…--
With regards!
-----------------------------------------------------------------
University of Edinburgh Gregor Gorjanc, PhD
The Roslin Institute Group leader & Royal Society Fellow
Easter Bush @***@***.***<https://twitter.com/GregorGorjanc>
EH25 9RG @***@***.******@***.***>
Scotland, UK www.ed.ac.uk/roslin/highlanderlab<http://www.ed.ac.uk/roslin/highlanderlab>
-----------------------------------------------------------------
On Thu, Jul 13 2023 at 7:50 pm, XingerTang ***@***.******@***.***>> wrote:
This email was sent to you by someone outside the University.
You should only click on links or attachments if you are certain that the email is genuine and the content is safe.
Yes, I think that would help.
I'll work on it after the transfer to tuple datatype is completed.
—
Reply to this email directly, view it on GitHub<#4 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAFRGSXCBYAEGXVYVRM43I3XQA7O5ANCNFSM6AAAAAA2JD5NQ4>.
You are receiving this because you commented.Message ID: ***@***.***>
The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336. Is e buidheann carthannais a th’ ann an Oilthigh Dhùn Èideann, clàraichte an Alba, àireamh clàraidh SC005336.
|
@gregorgorjanc We can create a workflow that uses |
I like the sound of |
@gregorgorjanc
I regard |
That would be great @XingerTang! We will still need examples script though. How much work is there for this? Can you sketch out an example? |
@gregorgorjanc I think I can try to start with test 1 of the functional tests of |
All the
accuracy.py
in theexample
folder requires thepandas
library to check the accuracy of the output, however, the dependency is not specified anywhere. I'm wondering if we can state it somewhere.The text was updated successfully, but these errors were encountered: