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

quaquel / EMAworkbench / 6725247286
81%
master: 93%

Build:
Build:
LAST BUILD BRANCH: ci_concurrency
DEFAULT BRANCH: master
Ran 01 Nov 2023 09:27PM UTC
Jobs 1
Files 34
Run time 3s
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

01 Nov 2023 09:12PM UTC coverage: 80.807%. First build
6725247286

push

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.

4 of 4 new or added lines in 1 file covered. (100.0%)

4648 of 5752 relevant lines covered (80.81%)

0.81 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6725247286.1 01 Nov 2023 09:27PM UTC 0
80.81
Source Files on build 6725247286
Detailed source file information is not available for this build.
  • Back to Repo
  • ec9dfcbf on github
  • Next Build on MPIEvaluator-benchmarks (#6725293689)
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