cgahr

Results 29 issues of cgahr

**Is your feature request related to a problem? Please describe.** It's a relatively minor problem. Right now the lock screen is not changed by this app. This means it has...

enhancement

As the following MWE shows, the return type of `generate` is `list`: ```python sampler = skopt.sampler.Sobol() samples = sampler.generate([(0., 1.)], 10) type(samples) # list ``` However, in the documentation [skopt.sampler.Sobol](https://scikit-optimize.github.io/stable/modules/generated/skopt.sampler.Sobol.html#skopt.sampler.Sobol)...

Bug

see #136 Updated the libraries, verified that they are necessary, and added some scripts to easier maintain these libraries.

After connecting via `Helium: Connect Kernel`. `Helium: Restart Kernel` throws the following error: ```python Traceback (most recent call last): File "/home/cgahr/.config/sublime-text/Packages/Helium/lib/utils.py", line 43, in cb next_f = chain.send(*args, **kwargs) File...

bug

A horizontal cell separator like in the link would be nice: https://github.com/jhabriel/hydrogen-cell-separator

If I run `OptDMD` with default argument `factorization='evd'`, the error `'OptDMD' object has no attribute '_eigs'` is raised. This is an easy fix, replace `self._eigs` with `self.eigs`. However, doing so...

bug

Hi, since version 3.0.0, I get a the error `Unable to find qualified name for module: file.py`. when I run `flake8`. **How to reproduce** * Directory Structure: ``` test/ └──...

### Describe the workflow you want to enable The `fit` function of both [sklearn.pipeline](https://scikit-learn.org/stable/modules/classes.html#module-sklearn.pipeline).Pipeline and [sklearn.pipeline](https://scikit-learn.org/stable/modules/classes.html#module-sklearn.pipeline).FeatureUnion supports `**fit_params`: ```python def fit(X, y=None, **fit_params): ... ``` Citing the documentation: >`**fit_params :...

New Feature
Needs Triage

added ASC school 2022: Physics meets Artificial Intelligence

**Describe the bug** running `ncspot` does not start ncspot. Instead it executes the command and nothing happens. **To Reproduce** I don't know if I'm able to reproduce it, but these...

bug