-
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
Added CHAT file reader #174
Conversation
wilke0818
commented
Oct 18, 2024
- Reads and converts .cha files to lists of script lines for use in SenseLab
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 good. Feel free to add unit tests as needed
we'd need a .cha file for that. not sure what a minimal file might look like. also this currently won't work as I didn't add |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #174 +/- ##
==========================================
+ Coverage 60.24% 60.58% +0.33%
==========================================
Files 113 116 +3
Lines 4017 4059 +42
==========================================
+ Hits 2420 2459 +39
- Misses 1597 1600 +3 ☔ View full report in Codecov by Sentry. |
|
@wilke0818 have you ever found what was the source of the problem? (and maybe a solution to it) |
I thought you found that the solution was to not use relative paths? |
If this is completed, I will merge it then! |