Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/SpellCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- name: Checkout Actions Repository
uses: actions/checkout@v6
- name: Check spelling
uses: crate-ci/typos@v1.42.0
uses: crate-ci/typos@v1.43.3
3 changes: 1 addition & 2 deletions ext/ModelingToolkitExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ using QuestBase:
using HarmonicBalance:
HarmonicEquation, get_variables, DifferentialEquation, get_independent_variables
using HarmonicBalance: first_order_transform!
using Symbolics:
simplify, Equation, substitute, Num, @variables, expand, unwrap, arguments, wrap
using Symbolics: simplify, Equation, substitute, Num, expand, unwrap, arguments, wrap
using ModelingToolkit:
ModelingToolkit,
System,
Expand Down
2 changes: 1 addition & 1 deletion src/HarmonicBalance.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ using Reexport: @reexport
@reexport using HarmonicSteadyState

# Precompilation setup
using PrecompileTools: @setup_workload, @compile_workload
# using PrecompileTools: @setup_workload, @compile_workload
# @setup_workload begin
# # Putting some things in `@setup_workload` instead of `@compile_workload` can reduce the size of the
# # precompile file and potentially make loading faster.
Expand Down
Loading