Skip to content
#

parallel

Here are 1,532 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
rhjmoore
rhjmoore commented Sep 1, 2021

I see comments suggesting adding this to understand how loops are being handled by numba, and in the their own FAQ (https://numba.pydata.org/numba-doc/latest/user/faq.html)

from llvmlite import binding as llvm
llvm.set_option('','--debug-only=loop-vectorize')

You would then create your njit function and run it, and I believe the idea is that it prints debug information about whether

nzw0301
nzw0301 commented Jan 24, 2022

What is an issue?

Optuna's CIs start to use Python 3.8 by default optuna/optuna#3026. However, optuna still supports older Python versions, precisely, 3.6 and 3.7, so users still develop Optuna with one of the other versions. In some settings, the recommended procedure by https://github.com/optuna/optuna/blob/master/CONTRIBUTING.md#documentation might not work accord

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

sorry-cypress
vladtkachuk
vladtkachuk commented Nov 11, 2021
  • I have searched issues for similar feature requests

What is this feature about (1 sentence)

Base path should be runtime configurable via the env variable.

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

If one wants to expose the dashboard not on the domain root but let's say at my-domain.com/sorry-cypress/dashboard the dashboard will try to load the r

root
guitargeek
guitargeek commented Feb 10, 2022

If one uses the VisualizeError and FillColor options of RooAbsReal::plotOn(), for example like this:

using namespace RooFit;
model.plotOn(frame, VisualizeError(*r, 1), FillColor(kOrange));

You get a false warning:

WARNING:Plotting -- Fill color or style was set for plotting "model", 

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