Cory Simon
Cory Simon
you already posted this issue and I answered it here: https://github.com/CorySimon/pyIAST/issues/13
I think this is b/c you have an irrelevant column in your dataframe you're passing in: ``` import pandas as pd df1 = pd.DataFrame() df1["P"] = [1.0, 2.0] df1["n"] =...
@jkrumbiegel is there any way to make a subscript \infty? :cry:
@lazarus, I'm trying to avoid the ugly LaTeX font so was wondering if this is possible with the unicode character. maybe I'm better off asking `MathTeXEngine.jl` to implement a sans...
yeah, the `rich` text = a huge improvement. been using it. thanks! that said, something like supporting fira math font or allowing to change the LaTeX style would still be...
it looks like this hasn't been merged? I am also frustratingly finding that `simplex_trace` just repeats the simplex from the last iteration, inconsistent with the printed trace that shows the...
`simplex_value_trace` returns an error: `UndefVarError: `tr` not defined`.
another issue might be: `show_trace=true` seems to be printing `step_type: reflection` for EVERY step. seems impossible since my simplex is shrinking. a bug?
@SimonDanisch So #190 shows that GLVisualize.jl can handle slanted grants, which is imperative for our visualizations of crystals (which more often than not have slanted unit cells). And #227 shows...
oddly, setting `ENV["PYTHON"] = "/Users/cokes/opt/anaconda3/bin/python"` (output of `which python`), then `build PyCall` fails too. 👀 ' **UPDATE**: solved by (i) uninstalling anaconda, (ii) reinstalling proper anaconda for my M1 arch....