Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhang2523 committed Feb 17, 2025
1 parent d3cf2c2 commit 48ccf5f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ jobs:
- name: Run tests
run: |
chmod +x libmoon/auto_tester/test_synthetic.sh
libmoon/auto_tester/test_synthetic.sh
libmoon/auto_tester/test_synthetic.sh
python libmoon/auto_tester/test_mtl.py
8 changes: 6 additions & 2 deletions libmoon/auto_tester/test_mtl.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@
from libmoon.solver.gradient.methods.random_solver import RandomCore
from libmoon.solver.gradient.methods.base_solver import AggCore
from libmoon.solver.gradient.methods.core.core_mtl import GradBaseMTLSolver
from libmoon.solver.gradient.methods.mgda_solver import MGDAUBCore
from libmoon.solver.gradient.methods.pmgda_solver import PMGDACore
from libmoon.solver.gradient.methods.moosvgd_solver import MOOSVGDCore
from libmoon.solver.gradient.methods.gradhv_solver import GradHVCore
from libmoon.solver.gradient.methods.pmtl_solver import PMTLCore


# MGDAUBCore, RandomCore, AggCore, MOOSVGDCore, HVGradCore, PMTLCore)
# from libmoon.solver.gradient.methods.core.core_solver import PMGDACore


from libmoon.util.mtl import get_mtl_prefs
import os
from matplotlib import pyplot as plt
Expand Down

0 comments on commit 48ccf5f

Please sign in to comment.