parallel
Here are 1,382 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
Jul 8, 2021 - JavaScript
-
Updated
Oct 30, 2018 - C++
Reporting a bug
- I have tried using the latest released version of Numba (most recent is
visible in the change log (https://github.com/numba/numba/blob/master/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'.
(a static analyzer bug report)
In file numba/np/ufunc/omppool.cpp
, `numba/np
Document exceptions
Exceptions that are part of public APIs could be documented using the Raises:
syntax of Sphinx. For reference, some methods of the BaseStorage
are documented this way.
I believe this could be a tracking issue until we've covered a decent proportion of the public APIs where one could just leave a note when addressing so
-
Updated
Apr 6, 2021 - JavaScript
-
Updated
Jul 20, 2021 - JavaScript
-
Updated
Jun 29, 2021 - TypeScript
-
Updated
Jul 19, 2021 - 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 2, 2021 - JavaScript
-
Updated
Aug 4, 2020 - Java
-
Updated
Nov 4, 2020 - Python
-
Updated
Jul 23, 2021 - Rust
Explain what you would like to see improved
After root-project/root#7399 we can now add RNTuple field descriptions to the output of RNTupleDescriptor::PrintInfo
, as in TTree::Print()
.
Optional: share how it could be improved
Right now I think the most appropriate info category is `kStorageDetails
- I have searched issues for similar feature requests
What is this feature about (1 sentence)
Adding an option in the dashboard to filter runs by start date.
Why is it needed? What is the value? For whom do we build it?
In case of multiple runs (over night, at deploys etc.) the dashboard can end up having multiple runs for 1 day, that are not separated from yesterday's.
Hig
-
Updated
Dec 4, 2017 - Rust
-
Updated
Dec 6, 2020 - C
-
Updated
Jul 8, 2021 - C++
-
Updated
May 26, 2021 - C++
Here's my output
host=None
exit_code=None
channel=None
exception=('Authentication error while connecting to %s:%s - %s', '10.201.64.106', 22, AuthenticationError('No authentication methods succeeded'))
encoding=utf-8
read_timeout=None
When the authentication fails, the host is empty, this time do not know is that ip failure
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."
Apache Arrow has a first-class tabular file format, Feather, that the Ray Datasets IO layer should support. Combined with Ray Datasets' existing
.from_arrow()
and.to_arrow()
APIs, this would round out our "all-Arrow" experience, which should be as nice as possible given our "distributed Arrow dataset" positioning.Implementation Note