Nils Bore
Nils Bore
I wonder if we should just transition all of auvlib to use NED instead, since that is what all the formats are using. Any thoughts? It would be a pretty...
Added point to 1.0 goal: https://github.com/nilsbore/auvlib/issues/49
`jsf_data` confirmed to work on windows
Parsing of xtf files fixed in https://github.com/nilsbore/auvlib/pull/54
@xyp8023 So these are only the jsf parts but it's still failing on windows for some reason. I've rebuilt the current master on CI and it's still building so it's...
Suspicion confirmed: https://github.com/nilsbore/auvlib/pull/63 builds.
If that fixes the problem, that would be a good way to do it. Please open another PR with that change to see if it builds. Make sure to base...
I will see if I can put together an example project today. In the meantime, I'll address the other questions: 1. The last versions where I tested and it works...
I created a minimal example here: https://github.com/nilsbore/kedro-parallel-partitioned-bug . If you run `kedro run --runner=ParallelRunner` with an empty data folder, it will crash with `DatasetError: No partitions found in '/path/to/kedro-parallel-partitioned-bug/data/a'`. Running...
@noklam Again, please let me know if I should move this to the kedro repo instead. Thanks for the help.