Ianna Osborne
Ianna Osborne
```python # Name Version Build Channel _libgcc_mutex 0.1 conda_forge conda-forge _openmp_mutex 4.5 2_gnu conda-forge argcomplete 3.3.0 pypi_0 pypi awkward 2.6.4 pypi_0 pypi awkward-cpp 33 pypi_0 pypi bzip2 1.0.8 h5eee18b_6 ca-certificates...
> It would be fine to add a filter to ignore this warning. In general, we make warnings be errors in our test suite, mostly to catch deprecations. > >...
The lexical structure of formal languages involves characters that are not allowed in identifiers and are not whitespace, but that have some special lexical significance other than being literal characters...
@vepadulano - the RDF Display tests will fail to compare the strings with floats due to different precision between `std::to_string` and `cling::printValue`. I'll leave it to you to decide what...
@vepadulano - I think, now all the tests should pass.
@hahnjo - could you, please trigger the tests? Thanks!
@jpivarski and @henryiii - thanks!
@henryiii - thanks for the tip: Hypothesis looks very nice indeed! I like the idea of its ghostwriter that I have tested it immediately :-) The command line interface needs...
> Are there type annotations? If there are no type annotations, it can't infer anything about the functions. In general, I would recommend adding type annotations as-you-go, as it's a...
> PS: You have now used Hypothesis more than I have. :) Though I see several really useful places to put it into histogram test suites. :) I thought of...