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

quaquel / EMAworkbench / 6737613430
81%
master: 93%

Build:
Build:
LAST BUILD BRANCH: ci_concurrency
DEFAULT BRANCH: master
Ran 02 Nov 2023 08:13PM UTC
Jobs 1
Files 34
Run time 4s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

02 Nov 2023 07:59PM UTC coverage: 80.807% (-0.09%) from 80.893%
6737613430

Pull #299

github

EwoutH
MPIEvaluator: Fix logging by explicitly passing logging level

Pass the log level explicitly to the run_experiment_mpi() function.

The level passed to log_to_stderr isn't available when the _logger object is initiated earlier. To migrate this problem, we explicitly pass it.

The initializer first took care of that, but since that wouldn't allow multiple consecutive calls to the MPIEvaluator it had to be removed again.

Now there are two sets of options:
- ema_logging.log_to_stderr(level=n, set_root_logger_levels=True) --> Everything level n
- ema_logging.log_to_stderr(level=n, set_root_logger_levels=False) --> Evaluator module level n, internal MPI / EMA process level 10 (default)

When level=10, set_root_logger_levels True or False doesn't matter.

Might have performance impact by setting up a logging.basicConfig for every experiment.
Pull Request #299: Introducing MPIEvaluator: Run on multi-node HPC systems using mpi4py

43 of 43 new or added lines in 2 files covered. (100.0%)

4648 of 5752 relevant lines covered (80.81%)

0.81 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6737613430.1 02 Nov 2023 08:13PM UTC 0
80.81
Source Files on build 6737613430
Detailed source file information is not available for this build.
  • Back to Repo
  • Pull Request #299
  • PR Base - master (#6702988069)
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

© 2026 Coveralls, Inc