Skip to content
#

parallel

Here are 1,606 public repositories matching this topic...

VeronikaPolakova
VeronikaPolakova commented Jun 15, 2022

Reporters do not apply sort_by_metric if metric is passed through tune.run.

I tried to pass metric argument to CLIReporter, however, I obtained this error:

raise ValueError(
                "You passed a `metric` or `mode` argument to `tune.run()`, but "
                "the reporter you are using was already instantiated with their "
                "own `metric` and `mode
bug good first issue tune P2
LightGBM
jameslamb
jameslamb commented Jan 27, 2021

Summary

mypy shows some issues in LightGBM's Python package.

mypy \
    --exclude='python-package/compile/|python-package/build' \
    --ignore-missing-imports \
    python-package/
18 errors in 4 files (click me)
python-package/lightgbm/compat.py:12: error: Name 'Series' already defined (possibly by an import)
python-package
numba
brunojacobs
brunojacobs commented Jun 14, 2022
  • I have tried using the latest released version of Numba (most recent is
    visible in the change log (https://github.com/numba/numba/blob/main/CHANGE_LOG).
  • I have included a self contained code sample to reproduce the problem.
    i.e. it's possible to run as 'python bug.py'.

I think I have discovered a very minor bug - or rather inconsistency with numpy - in Numba's implementation

good first issue bug - failure to compile
not522
not522 commented May 23, 2022

Motivation

mypy's --strict option will make Optuna's code more robust. It checks such as unused ignore, returning Any but float is specified, etc.

Description

--strict is a set of the following options. We can add them one by one.

  • --warn-unused-configs
  • --disallow-any-generics
  • --disallow-subclassing-any
  • --disallow-untyped-calls
  • `--di
CI code-fix contribution-welcome good first issue
mikegray
mikegray commented Jun 13, 2019

Version of Singularity:

3.0.3

Expected behavior

Some progress or update information during the creation of the SIF file.

Actual behavior

During "Creating SIF file..." step, the console does not produce any visible output for the user - but does create the resulting file eventually.

Steps to reproduce behavior

I was executing a few “larger” builds through the bui

Enhancement ImageBuilding good first issue
sorry-cypress
andytson-inviqa
andytson-inviqa commented Nov 8, 2021
  • I have searched issues for similar feature requests

What is this feature about (1 sentence)

Supporting custom S3 endpoint for services that are fully compatible with aws-sdk S3, such as Digital Ocean

Why is it needed? What is the value? For whom do we build it?

So that it's possible to only use the aws-sdk to use these services

High-level feature overview

Expose th

good first issue feature
root
eguiraud
eguiraud commented Mar 3, 2022

Current behavior:

root [0] TFile f("root://eospublic.cern.ch//eos/root-eos/benchmark/Run2012B_SingleMu.root")
Error in <TFile::TFile>: file /eos/root-eos/benchmark/Run2012B_SingleMu.root does not exist
(TFile &) Name: /eos/root-eos/benchmark/Run2012B_SingleMu.root Title:

Desirable behavior:

root [0] TFile f("root://eospublic.cern.ch//eos/root-eos/benchmark/Run2012B_Single

Improve this page

Add a description, image, and links to the parallel topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the parallel topic, visit your repo's landing page and select "manage topics."

Learn more