Skip to content

Commit

Permalink
Add tagbot and remove relative entropy cone test (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermebodin authored Feb 15, 2020
1 parent 77fea72 commit 21c0245
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: TagBot
on:
schedule:
- cron: 0 * * * *
jobs:
TagBot:
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
10 changes: 6 additions & 4 deletions test/Tests/test_MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@
"dualexp", # Tested in exp and power cone test
"pow", # Tested in exp and power cone test
"dualpow", # Tested in exp and power cone test
"rootdet", # Not yet implemented
"logdet" # Not yet implemented
"rootdet", # Dual not defined in MOI
"logdet", # Dual not defined in MOI
"relentr" # Dual not defined in MOI
])
end

Expand All @@ -62,8 +63,9 @@
"rsoc", # Tested in coninc linear, soc, rsoc and sdp test
"geomean", # Tested in coninc linear, soc, rsoc and sdp test
"sdp", # Tested in coninc linear, soc, rsoc and sdp test
"rootdet", # Not yet implemented
"logdet", # Not yet implemented
"rootdet", # Dual not defined in MOI
"logdet", # Dual not defined in MOI
"relentr", # Dual not defined in MOI
])
end
end
Expand Down

0 comments on commit 21c0245

Please sign in to comment.