Nicolas Rol

Results 19 comments of Nicolas Rol

Same question in 2023, any news ?

The Sonar issue is (again) the non-parametrized output type (`TimeSeries`)

Should solve #121 (except successive compressions)

Might solve #989 with some more documentation (will be done once the modifications are verified and accepted)

> > One common usage is to create a datasource based on a path and a basename. After the refactoring, the simplest way to build it is to use `DataSourceUtil.createDataSource(path,...

With the last modifications, using the following command in a folder containing the files from this archive [MicroGrid.zip](https://github.com/user-attachments/files/16013768/MicroGrid.zip) should create a new json file with the network from `MicroGrid.xml` (so...

Additional question: you managed the TwoWindingsTransformers in this PR but should the ThreeWindingsTransformers be also reconnected the same way?

@zamarrenolm I updated `rdf4j` to the new 4.3.11 version, could you compare the performances to see if the performance issue @jonenst saw in https://github.com/powsybl/powsybl-core/pull/2704 is solved ?

> [This workflow](https://github.com/pytorch/tensordict/actions/runs/9855983943/job/27212008964) still fails. > > Code: https://github.com/pytorch/tensordict/blob/f8bae96c983a0916312f95d9de9fd95548a456db/.github/workflows/nightly_build.yml#L45-L50 Maybe try to move ``` env: ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true # https://github.com/actions/checkout/issues/1809 ``` before the jobs (line 29)?