DavidFarago

Results 19 comments of DavidFarago

Very cool, and thanks for the fast reply. Can you give a first guess about when it might be available? I would love to use `jsonschema-rs` for our microservice, but...

I would like to customize stateful testing to only report 500 errors, and focus on specific endpoints `^/weekly-supply`. Is this possible? What I tried: To focus on `^/weekly-supply`, I switched...

I used ``` >>> hypothesis.__version__ '6.10.1' ``` Switching to ``` >>> hypothesis.__version__ '6.13.4' ``` did not help.

The `generate_statistics_from_arrow()` above is not working for me: ``` pyarrow.lib.ArrowInvalid: Parquet magic bytes not found in footer. Either the file is corrupted or this is not a parquet file. ```

Too bad this bug is still present. I had to remove my dependencies, so now if the test case that others depend on fails, all depending test cases are still...

I guess not parsing string args will also fix the following problem, right? I have with the following code: ``` def preprocess(data_path: str = "data.json", output_format: str): ... if __name__...

We are facing the same problem, on an Ubuntu 18.04.

If I understood it correctly, a patent is on its way, and at least a paper about xLSTM will be published in less than 6 month.

I have the same problem. `inputs` are all valid (not `nan`, not `inf`, and >0), but `probs` seems to be all `nan`: ``` (Pdb) probs[0,-100:] tensor([nan, nan, nan, nan, nan,...