Skip to content

Apply JuliaFormatter to fix code formatting#5

Merged
ChrisRackauckas merged 1 commit intoSciML:mainfrom
ChrisRackauckas:fix-formatting
Jul 31, 2025
Merged

Apply JuliaFormatter to fix code formatting#5
ChrisRackauckas merged 1 commit intoSciML:mainfrom
ChrisRackauckas:fix-formatting

Conversation

@ChrisRackauckas
Copy link
Member

Summary

  • Applied JuliaFormatter to ensure consistent code formatting
  • Formatted 26 files to comply with SciML style guide

Changes

 .JuliaFormatter.toml           |   3 ++
 docs/make.jl                   |   6 +--
 docs/src/Algorithms.md         |  67 +++++++++++-------------
 docs/src/ROADMAP.md            |  38 ++++++++------
 docs/src/index.md              |  45 +++++++++-------
 src/CatalystNetworkAnalysis.jl |   4 +-
 src/concentrationrobustness.jl |  41 ++++++++-------
 src/concordance.jl             |  63 ++++++++++++----------
 src/deficiencytheory.jl        | 100 ++++++++++++++++++++---------------
 src/injectivity.jl             |  34 ++++++------
 src/lp_utils.jl                |  80 +++++++++++++++-------------
 src/persistence.jl             |   6 +--
 src/steadystates.jl            | 116 +++++++++++++++++++++++------------------
 src/translated.jl              |  48 +++++++++--------
 src/utils.jl                   |  26 ++++-----
 test/ACR.jl                    |  18 +++----
 test/concordancehelpers.jl     |  37 ++++++-------
 test/deficiencyone.jl          |  37 +++++++------
 test/lp_utils.jl               |   4 +-
 test/network_translation.jl    |  46 ++++++++--------
 test/networksummary.jl         |   8 +--
 test/persistence.jl            |  50 +++++++++---------
 test/runtests.jl               |  33 ++++++++----
 test/siphons.jl                |  76 +++++++++++++--------------
 test/specificscc.jl            |  23 ++++----
 test/test_networks.jl          |  35 +++++++------
 26 files changed, 562 insertions(+), 482 deletions(-)

This PR was automatically generated by OrgMaintenanceScripts.jl

- Applied JuliaFormatter with SciML style guide
- Formatted 26 files

🤖 Generated by OrgMaintenanceScripts.jl
@ChrisRackauckas ChrisRackauckas merged commit 0279b3c into SciML:main Jul 31, 2025
1 of 2 checks passed
@ChrisRackauckas ChrisRackauckas deleted the fix-formatting branch July 31, 2025 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant