You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* update version reqs and CI file
* fix json dependency
* pluto version in docs project file
* fix json again
* parse json into dicts instead of objects
* parse json into dicts instead of objects
* merge a test change from main
* update json parser
* fix test type errors
* json parser: turn objects into dicts
@test v_maxerr_pu <=1E-1# This tolerance is selected for the multinetwork to pass, must be tightened later. The problem may be with OpenDSS json result.
398
397
@@ -419,7 +418,7 @@ filter!(e -> e ≠ "case3_unbalanced_delta_loads", cases)
419
418
420
419
# obtain solution from dss
421
420
sol_dss =open("$solution_dir/$case.json", "r") do f
0 commit comments