• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mosesyhc / LCGP / 16935777839

13 Aug 2025 11:24AM UTC coverage: 97.763% (+6.2%) from 91.538%
16935777839

Pull #12

github

web-flow
Merge 12d3f0920 into 4a2aa04a5
Pull Request #12: Replacing pytorch with tensorflow for using native L-BFGS with autograd

302 of 309 new or added lines in 8 files covered. (97.73%)

1 existing line in 1 file now uncovered.

437 of 447 relevant lines covered (97.76%)

0.98 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

81.82
/lcgp/__init__.py
1
from .lcgp import LCGP
1✔
2
from .covmat import Matern32
1✔
3
from importlib.metadata import version, PackageNotFoundError
1✔
4
from .test import test
1✔
5

6

7
try:
1✔
8
    __version__ = version("lcgp")
1✔
NEW
9
except PackageNotFoundError:
×
10
    # package is not installed
NEW
11
    pass
×
12

13
__all__ = ['LCGP', 'Matern32', 'test'] # 'parameter_clamping', , 'optim_lbfgs']
1✔
14

15
__author__ = 'Moses Y.-H. Chan'
1✔
16
__credits__ = 'Northwestern University'
1✔
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc