Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Verision 0.2.1 can't handle multiple columns with multiple values.
In other words, if you use a subsample_table that has multiple columns, it will choke with this kind of error:
I traced the problem to the
.strformatfunction, which is only tested with 1 multi-variable:These should also be possible:
What I've realized is, mutliple multi-variables should be allowed, as long as they each have exactly the same number of values. So, this should fail: