-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add a parser for BUGS #52
Conversation
Pull Request Test Coverage Report for Build 5657590403
💛 - Coveralls |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #52 +/- ##
==========================================
+ Coverage 65.40% 71.61% +6.21%
==========================================
Files 12 13 +1
Lines 1055 1395 +340
==========================================
+ Hits 690 999 +309
- Misses 365 396 +31
☔ View full report in Codecov by Sentry. |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
} | ||
""" | ||
# # bugsmodel | ||
# _kidney_transplants = bugsmodel""" |
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.
Let's uncomment these tests, by prefixing the bugsmodel
call:
# _kidney_transplants = bugsmodel""" | |
# _kidney_transplants = JuliaBUGS.bugsmodel""" |
# df = deleteat!(df, length(names(df))) # remove END row | ||
# CSV.write(output_filepath, df) | ||
|
||
df = CSV.read("/home/sunxd/JuliaBUGS.jl/test/methadone/data1.csv", DataFrame) |
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.
Let's use relative file paths instead. Also, are we running these tests currently?
Pull Request Test Coverage Report for Build 5715392457Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
No description provided.