parallel
Here are 1,606 public repositories matching this topic...
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
-
Updated
Jun 11, 2022 - JavaScript
-
Updated
Oct 30, 2018 - C++
- 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
-
Updated
Jun 17, 2022 - C++
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
-
Updated
Jun 10, 2022 - JavaScript
-
Updated
Jun 18, 2022 - JavaScript
-
Updated
Jun 16, 2022 - TypeScript
-
Updated
Jun 3, 2022 - Jupyter Notebook
-
Updated
Apr 24, 2020 - JavaScript
-
Updated
Jun 16, 2022 - JavaScript
-
Updated
Dec 21, 2020 - JavaScript
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
-
Updated
Jun 17, 2022 - Rust
- 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
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
-
Updated
Jun 8, 2022 - Python
-
Updated
Aug 4, 2020 - Java
-
Updated
May 7, 2022 - C++
-
Updated
Jun 17, 2022 - C
-
Updated
May 30, 2022 - C++
Improve this page
Add a description, image, and links to the parallel topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the parallel topic, visit your repo's landing page and select "manage topics."
Reporters do not apply
sort_by_metricif metric is passed throughtune.run.I tried to pass
metricargument toCLIReporter, however, I obtained this error: