Results 6 issues of mvhensbergen

In the examples directory, there are the following two scripts: - write_tv.py - pp_tv.py Running ``` python3 write_tv.py output ``` generates a spdx file without problem. Reading this file again:...

This is needed if one want to use index.query_with_sources on git files. Without a source field, index.query_with_sources fails with an exception.

lgtm

### Proposal Create a more basic tutorial on using (Async)VectorEnvs and why you should learn them. Focus on: - How asyncvectorenvs can enhance learning speed and performance by utilizing more...

enhancement

In some cases, e.g. running zeek on short pcaps as opposed to continuous packet streams, network_time() may not equal the time that was used when generating the file object. This...

The rendering of examples in the documentation did not work correctly, for example: https://ing-bank.github.io/skorecard/api/linear_model/LogisticRegression/#skorecard.linear_model.LogisticRegression.fit I believe this is because on those page the proper marking of three backticks followed by...

## Description The following code: ``` with KedroSession.create() as session: context = session.load_context() context.catalog.save("input","mydata") context.catalog.load("input") ``` Errors with: ``` DatasetError: Data for MemoryDataset has not been saved yet. ``` on...

Issue: Feature Request