Skip to content

Commit

Permalink
Fix CI failing
Browse files Browse the repository at this point in the history
Signed-off-by: ErikQQY <2283984853@qq.com>
  • Loading branch information
ErikQQY committed Jan 15, 2022
1 parent 5c0a7e3 commit 36a5933
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/fotf/fotf.jl
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,5 @@ function isstable(G::FOTF)
a0=0.001
a=g.nd
a1=floor.(a./a0)
[g1, α] = fotf2cotf(G)
c=g1.
g1= fotf2cotf(G)
end

2 comments on commit 36a5933

@ErikQQY
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/52457

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.2 -m "<description of version>" 36a5933f819d2efe2e87fb4c0f2986883e973b58
git push origin v0.1.2

Please sign in to comment.