-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
simplify / streamline data types #277
Labels
Milestone
Comments
Related to #239 |
Changed from
as per commit fa26315 |
aiorazabala
added a commit
that referenced
this issue
Mar 2, 2021
aiorazabala
added a commit
that referenced
this issue
Mar 3, 2021
aiorazabala
added a commit
that referenced
this issue
Mar 12, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
we currently have a lot of especially dataframes in qmethod, where arguably, matrices would do.
I'm not quite sure what the pros and cons are (I remember that one should take the "simplest" data type possible) for dataframes vs. matrices, but we might want to think about making this consistent.
It's not a dramatic issue per se, but it might make future developments and testing more robust and easier, maybe give a cleaner codebase.
The text was updated successfully, but these errors were encountered: