parallel
Here are 1,600 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 4, 2022 - JavaScript
-
Updated
Oct 30, 2018 - C++
我们欢迎大家自由的提问,包括但不限于任何业务需求,方案设计和workflow各种使用细节和实现原理。
但我也建议大家采用一种smart的提问方式,可以参考XY Problem问题:https://xyproblem.info/
XY Problem倡导大家提问时,一定尽可能的描述自己的原始需求,也就是说清楚一件事:你到底想干啥。而不是描述你试图使用的方案,然后让我们帮你解决方案里的问题。因为你采用的方案可能一开始就是错误的。而我们只能一直猜测,你到底想解决什么问题。沟通效率非常低。
例如这个issue(提问者是我们的好朋友,workflow还没开源就在用了。不用怕伤害他:)
sogou/workflow#658
就是一个典型的例子,用户问如何通过派生WFServer的new_connection函数获得proxy
Numba ignores any indices that are out of bounds for a given array shape. This behavior is present in both basic and advanced indexing.
import numpy as np
import numba
@numba.njit
def something():
arr = np.ones((3,3))
arr[100] = 0
arr[:, np.array([2,3,5,100])] = 0
return arr
print(something()) # Does not raise error, ignores the out of bound indices comp-
Updated
Jun 3, 2022 - C++
What is an issue?
The optuna.testing.integration.DeterministicPruner is only used in the tests of optuna.integration, but it can widely used in the tests of other modules. It is natural to place it in the optuna.testing.pruner.
-
Updated
May 20, 2022 - JavaScript
-
Updated
May 16, 2022 - JavaScript
-
Updated
Nov 16, 2021 - TypeScript
-
Updated
Jun 3, 2022 - Jupyter Notebook
-
Updated
Apr 24, 2020 - 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 1, 2022 - JavaScript
-
Updated
May 30, 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
Dec 4, 2021 - Python
-
Updated
Aug 4, 2020 - Java
-
Updated
May 7, 2022 - C++
-
Updated
May 30, 2022 - C++
-
Updated
Jun 3, 2022 - C
-
Updated
Dec 4, 2017 - Rust
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."


Description
The upscaling_speed and idle_timeout_minutes properties are useful and it already in RayCluster. However, it not ex