Ankur Arohi
Ankur Arohi
https://zzun.app/repo/powsybl-pypowsybl
WIP Report - 01 Currently I have been able to load a CGMES DSO network to pypowsybl, the idea is to be able to cast the pandapower df of the...
> Hello, you can do it like that > > ```python > net.update_generators(id=net.get_generators().index, voltage_regulator_on=[True]*len(net.get_generators().index)) > ``` Thanks for your reply, Yes but I find this not user friendly, thats why...
Reference : https://github.com/neo4j/neo4j/issues/13039
can someone please help with this issue thanks
@jbarrasa We have multiple cypher scripts I am not sure which one leads to this error but this one is an example ne.run_query( f""" CREATE CONSTRAINT n10s_unique_uri IF NOT EXISTS...
ne.run_query( """ call apoc.periodic.iterate("MATCH (n) WHERE NOT n:Ontology AND NOT n:_GraphConfig RETURN n", "DETACH DELETE n", {batchSize:10000}) yield batches, total return batches, total """, log=log, )
ok thanks I will try
yes I understand that, that will help as a first step but ignoring this line is not constructive because this should be modelled as dangling line to both XNODES so...