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

quaquel / EMAworkbench / 6737229948
81%
master: 93%

Build:
Build:
LAST BUILD BRANCH: 3.0
DEFAULT BRANCH: master
Ran 02 Nov 2023 07: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

02 Nov 2023 07:15PM UTC coverage: 80.807% (-0.01%) from 80.817%
6737229948

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 6737229948.1 02 Nov 2023 07:27PM UTC 0
80.81
Source Files on build 6737229948
Detailed source file information is not available for this build.
  • Back to Repo
  • 7a5b0733 on github
  • Prev Build on MPIEvaluator (#6708238519)
  • Next Build on MPIEvaluator (#6737270027)
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