Skip to content
#

parallel

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

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
Snape3058
Snape3058 commented Jul 15, 2021

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

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

root
sorry-cypress
testingJava2
testingJava2 commented May 1, 2021
  • 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

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