Reuben Fletcher-Costin
Reuben Fletcher-Costin
When I find myself wanting to know if a repo exists or not, that's not what I am truly interested in. The higher level operation I am trying to perform...
I'm not familiar with subunit - is there any documentation describing how to use it with lettuce? Perhaps i could compare against lettuce -- subunit report -> convert to xunit...
thank you for following this up so quickly! i've had a try with subunit output, using revision `a483847ed8de4485199e7edc587b5fa6d783da15` of lettuce. when I try the following: ``` (lettuce --with-subunit --subunit-file=report.subunit.txt ||...
when i fix the obvious bug in the `factorial` definition in the example lettuce features `steps.py` and re-run the above, lettuce reports all 15 tests pass, but it still shows...
i am unsure if there is a correct way to declare a self-loop edge with tikz-bayesnet, but it is possible to add one via `\path`: see https://tex.stackexchange.com/questions/35423/changing-loop-size-and-shape-in-tikz
beware: i haven't figured out how to get the test suite to run against a spanner emulator on my local machine, so i cannot confirm the test suite is passing...
I have raised a draft PR to explore what "option d" suggested above could look like: https://github.com/cloudspannerecosystem/wrench/pull/51 that proposal has downside of being a breaking change to pkg/spanner Client API.
I also noticed this lack of `dtypes` keyword argument support when porting some of our code that uses geopandas to read spatial data from engine='fiona' to engine='pyogrio'. @Titou325 's patch...