Skip to content

add comparison with new england system from RMSPowerSyms #84

add comparison with new england system from RMSPowerSyms

add comparison with new england system from RMSPowerSyms #84

Triggered via pull request February 12, 2025 18:04
@hexaederhexaeder
synchronize #7
hw/newengland
Status Cancelled
Total duration 23m 42s
Artifacts

CI.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 5 warnings
Documentation: ../../../.julia/packages/Documenter/iwb7N/src/utilities/utilities.jl#L44
failed to run `@example` block in src/generated/ieee9bus.md:166-171 ```@example ieee9bus vertexfs = [bus1, bus2, bus3, bus4, bus5, bus6, bus7, bus8, bus9]; edgefs = [l45, l46, l57, l69, l78, l89, t14, t27, t39]; nw = Network(vertexfs, edgefs) break ``` exception = syntax: break or continue outside loop Stacktrace: [1] top-level scope @ ieee9bus.md:170 [2] eval @ ./boot.jl:430 [inlined] [3] #60 @ ~/.julia/packages/Documenter/iwb7N/src/expander_pipeline.jl:803 [inlined] [4] cd(f::Documenter.var"#60#62"{Module, Expr}, dir::String) @ Base.Filesystem ./file.jl:112 [5] (::Documenter.var"#59#61"{Documenter.Page, Module, Expr})() @ Documenter ~/.julia/packages/Documenter/iwb7N/src/expander_pipeline.jl:802 [6] (::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})() @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170 [7] with_logstate(f::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}}, logstate::Base.CoreLogging.LogState) @ Base.CoreLogging ./logging/logging.jl:522 [8] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger) @ Base.CoreLogging ./logging/logging.jl:632 [9] capture(f::Documenter.var"#59#61"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any}) @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167 [10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/iwb7N/src/expander_pipeline.jl:801
Documentation: ../../../.julia/packages/Documenter/iwb7N/src/utilities/utilities.jl#L44
failed to run `@example` block in src/generated/ieee9bus.md:200-203 ```@example ieee9bus initialize!(nw) nothing #hide ``` exception = UndefVarError: `initialize!` not defined in `Main.__atexample__named__ieee9bus` Hint: It looks like two or more modules export different bindings with this name, resulting in ambiguity. Try explicitly importing it from a particular module, or qualifying the name with the module it should come from. Hint: a global variable of this name may be made accessible by importing DiffEqBase in the current active module Main Hint: a global variable of this name may be made accessible by importing JumpProcesses in the current active module Main Hint: a global variable of this name also exists in OpPoDyn. Hint: a global variable of this name may be made accessible by importing OrdinaryDiffEqCore in the current active module Main Hint: a global variable of this name may be made accessible by importing OrdinaryDiffEqRosenbrock in the current active module Main Stacktrace: [1] top-level scope @ ieee9bus.md:201 [2] eval @ ./boot.jl:430 [inlined] [3] #60 @ ~/.julia/packages/Documenter/iwb7N/src/expander_pipeline.jl:803 [inlined] [4] cd(f::Documenter.var"#60#62"{Module, Expr}, dir::String) @ Base.Filesystem ./file.jl:112 [5] (::Documenter.var"#59#61"{Documenter.Page, Module, Expr})() @ Documenter ~/.julia/packages/Documenter/iwb7N/src/expander_pipeline.jl:802 [6] (::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})() @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170 [7] with_logstate(f::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}}, logstate::Base.CoreLogging.LogState) @ Base.CoreLogging ./logging/logging.jl:522 [8] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger) @ Base.CoreLogging ./logging/logging.jl:632 [9] capture(f::Documenter.var"#59#61"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any}) @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167 [10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/iwb7N/src/expander_pipeline.jl:801
Documentation: ../../../.julia/packages/Documenter/iwb7N/src/utilities/utilities.jl#L44
failed to run `@example` block in src/generated/ieee9bus.md:211-219 ```@example ieee9bus deactivate_line = ComponentAffect([], [:pibranch₊active]) do u, p, ctx @info "Deactivate line $(ctx.src)=>$(ctx.dst) at t=$(ctx.t)" p[:pibranch₊active] = 0 end cb = PresetTimeComponentCallback([1.0], deactivate_line) set_callback!(l46, cb) noting # hide ``` exception = UndefVarError: `noting` not defined in `Main.__atexample__named__ieee9bus` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] top-level scope @ :0 [2] eval @ ./boot.jl:430 [inlined] [3] #60 @ ~/.julia/packages/Documenter/iwb7N/src/expander_pipeline.jl:803 [inlined] [4] cd(f::Documenter.var"#60#62"{Module, Expr}, dir::String) @ Base.Filesystem ./file.jl:112 [5] (::Documenter.var"#59#61"{Documenter.Page, Module, Expr})() @ Documenter ~/.julia/packages/Documenter/iwb7N/src/expander_pipeline.jl:802 [6] (::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}})() @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:170 [7] with_logstate(f::IOCapture.var"#5#9"{DataType, Documenter.var"#59#61"{Documenter.Page, Module, Expr}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}, IOContext{Base.PipeEndpoint}}, logstate::Base.CoreLogging.LogState) @ Base.CoreLogging ./logging/logging.jl:522 [8] with_logger(f::Function, logger::Base.CoreLogging.ConsoleLogger) @ Base.CoreLogging ./logging/logging.jl:632 [9] capture(f::Documenter.var"#59#61"{Documenter.Page, Module, Expr}; rethrow::Type, color::Bool, passthrough::Bool, capture_buffer::IOBuffer, io_context::Vector{Any}) @ IOCapture ~/.julia/packages/IOCapture/Y5rEA/src/IOCapture.jl:167 [10] runner(::Type{Documenter.Expanders.ExampleBlocks}, node::MarkdownAST.Node{Nothing}, page::Documenter.Page, doc::Documenter.Document) @ Documenter ~/.julia/packages/Documenter/iwb7N/src/expander_pipeline.jl:801
Documentation: ../../../.julia/packages/Documenter/iwb7N/src/utilities/utilities.jl#L44
`curl -sI --proto =http,https,ftp,ftps '@extref NetworkDynamics.PresetTimeComponentCallback' --max-time 10 -o /dev/null --write-out '%{http_code} %{url_effective} %{redirect_url}'` failed: exception = failed process: Process(`curl -sI --proto =http,https,ftp,ftps '@extref NetworkDynamics.PresetTimeComponentCallback' --max-time 10 -o /dev/null --write-out '%{http_code} %{url_effective} %{redirect_url}'`, ProcessExited(3)) [3]
Documentation
Process completed with exit code 1.
Julia 1.10 - ubuntu-latest - x64 - pull_request
Process completed with exit code 1.
Julia pre - ubuntu-latest - x64 - pull_request
Canceling since a higher priority waiting request for 'CI-refs/pull/7/merge' exists
Julia pre - ubuntu-latest - x64 - pull_request
The operation was canceled.
Documentation
Cache not found for keys: julia-cache;workflow=CI;job=docs;os=Linux;run_id=13291890551;run_attempt=1, julia-cache;workflow=CI;job=docs;os=Linux;
Documentation: ../../../.julia/packages/Documenter/iwb7N/src/utilities/utilities.jl#L46
Cannot resolve @ref for md"[`initialize!`](@ref)" in src/generated/ieee9bus.md. - No docstring found in doc for binding `OpPoDyn.initialize!`.
Documentation: ../../../.julia/packages/Documenter/iwb7N/src/utilities/utilities.jl#L46
invalid local link/image: file does not exist in src/generated/ieee9bus.md link = @ast MarkdownAST.Link("@extref NetworkDynamics.PresetTimeComponentCallback", "") do MarkdownAST.Code("PresetTimeComponentCallback") end
Documentation: ../../../.julia/packages/Documenter/iwb7N/src/utilities/utilities.jl#L46
2 docstrings not included in the manual: OpPoDyn.Library.CompositeInjector :: Tuple{Any, Any} OpPoDyn.Library.IPSLPSATOrder4 These are docstrings in the checked modules (configured with the modules keyword) that are not included in canonical @docs or @autodocs blocks.
Julia 1.10 - ubuntu-latest - x64 - pull_request
Cache not found for keys: julia-cache;workflow=CI;job=test;os=Linux;version=1.10;os=ubuntu-latest;arch=x64;run_id=13291890551;run_attempt=1, julia-cache;workflow=CI;job=test;os=Linux;version=1.10;os=ubuntu-latest;arch=x64;