Sterling G. Baird

Results 550 comments of Sterling G. Baird

Running into something similar: ```python (base) PS C:\Users\sterg\Documents\GitHub\sparks-baird\mat_discover\mat_discover\CrabNet> flit publish Adding generated setup.py to sdist by default. I-flit This will change in a future version. Pass --[no-]setup-py to control it....

Seems that `flit install` works fine, but I'm having some trouble with `flit publish`.

Is there no way to get the behavior of searching in e.g. https://download.pytorch.org/whl/torch_stable.html when installing torch? I've messed around a bunch with environment variables and the `.toml` file, and did...

@takluyver, thanks for the quick response. Maybe this just reflects some lack of understanding on my part, but the idea is if a PyPI package depends on the GPU-version of...

Do you think the `train_model.py` (e.g. [here](https://github.com/sparks-baird/self-driving-lab-demo/blob/main/scripts/train_model.py)) could be placed into `src` to replace the `skeleton.py` file? It was suggested to me by a collaborator (@kjappelbaum) that I use `click`...

I took a brief pass at eliminating some of the `xtal2png`-specific content, though I think it could be made leaner. For example, whether to let some of the file errors...

@FlorianWilhelm I think I'll look into `typer`! Happy to work on a PR, but I might wait until the next time I'm implementing a CI for one of my projects.

The following is a bit of a hack to address the mismatch: ```python !pip uninstall cffi !pip install -q condacolab import condacolab condacolab.install() ```

Scirus not available on anaconda anywhere it seems https://anaconda.org/search?q=Scirus

Seems like `Polyhedron_3` imports fine, but documentation is severely lacking. Any chance of including some examples?