-
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
Fix initial file read #579
Conversation
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.
I left a few comments! This piece of the code has always been a bit confusing to me so I want to make sure I totally understand the changes and that the tests are comprehensive before we merge
Btw, our macOS github actions are failing right now because of a bug introduced by Plots.jl v1.40.0. There's an issue open in their repo about this here. Maybe for now we can pin to v1.39 and update it later |
Sounds good, nice catch! 🚀 Thank you for the review! |
I don't think I understand the logic of file reader enough, so maybe I can just ask you later. No need to wait for that to merge this PR though. Maybe it would be helpful to add some examples in the code comment, e.g.
(I'm not sure if this is exactly correct, but something like this) |
Thank you for addressing the review comments, it's a lot more clear now! I like how you broke up the cases some more :) I had a few more questions/comments still |
fix bc, clarify test fix bc, clarify test fix comments rev + split init cases rev2 rev3
closes #580