John Boik
John Boik
This might be beyond the aims of v-network-graph, but I am attempting to use v-network-graph to create a graph editor for Neo4j. It would allow a user to create/edit graphs...
I would like to send the database name when running a session or making a driver connection, but I'm not sure how to do that. There is likely a way...
I'm trying to parse the dss files for [EPRI Ckt24](https://github.com/tshort/OpenDSS/tree/master/Distrib/EPRITestCircuits/ckt24) and run `compute_mc_pf`, to compare with output using OpenDSSDirect.jl. I can run OpenDSSDirect.jl `solve` successfully with this circuit. I can...
The tutorial Extending [PowerModelsDistribution.jl](https://lanl-ansi.github.io/PowerModelsDistribution.jl/stable/tutorials/Extension%20Tutorial.html) throws an error towards the end, in this block: ``` for k in K, l in 1:length(data_eng["load"]) bus_id = data_eng["load"]["load$l"]["bus"] bus_ind = data_math_mn["bus_lookup"][bus_id] # Dict("101"=>1, "475"=>2,...
Looks like the file core/attribute/GeoPredicate/geoWithin.py should be renamed GeoWithin. Doing so allows me to use: from janusgraph_python.structure.io.GraphsonReader import JanusGraphSONReader. Otherwise, I get the error: ModuleNotFoundError: No module named 'janusgraph_python.core.attribute.GeoPredicate.GeoWithin'
I have done a (reasonably) deep dive into learning RxInfer over the past several weeks and would like to offer some suggestions regarding documentation and features. I write this both...
It appears that the element.ToJSON() function is not working properly, or at least not working as I expect. Apparently, it should be called with an Int64, but this throws a...
I'm not sure if this is the right repository to report this problem, but it looks like the circuit.ToJSON function of OpenDSSDirect will ignore transformer parameters xhl, xht, and xlt,...
On a new install of Julia, my previously working neural SDE code no longer allows extra variables to be passed from the loss function to the callback function. The documentation...
In the OpenDSS test file [ut_trans_3w_dyy_3.dss](https://github.com/lanl-ansi/PowerModelsDistribution.jl/blob/main/test/data/opendss/ut_trans_3w_dyy_3.dss), and perhaps others, parameters for a transformer (TX1) include: ``` xhl=0 xht=0 xlt=0 ``` Parsing the file with PMD results in values `"xsc" =>...