Johannes Dorfner

Results 24 comments of Johannes Dorfner

Just to add a data point: the sequence above, posted by @laptander on 30 Jun 2015, worked for me on a Yoga 11s.

What did you try? I haven't used notes before, but it should be as simple as modifying the definition of ``` \newcommand{\fullframegraphic}[2][]{% \begin{frame}[plain]% ... \end{frame}% } ``` to a 3-argument...

Just in case someone does not stumble over the workaround documented in #35: the current main branch compiles under Python 3.10, so: ``` git clone https://github.com/bhargavchippada/forceatlas2 cd forceatlas2 # having...

You could try porting the single lined fix I used to make my outdated 2017 case studies reproducible: ojdo/urbs@26462fb5c2efbed85081f9cbd9a079d415c58ce1 I have not taken the time to identify the source, but...

Here are some ideas, structured by spreadsheet ## Commodity - Stock commodities must have a numeric attributes for 'price', 'max' and 'maxperstep'. Attribute 'price' must be finite, while the other...

For easy maintenance, you could have a README.md section **How to cite** hosted here that always yields an up-to-date version of title (& version!) and author names. I would opt...

Concerning Zenodo: if you create a new account (with ENS-internally shared credentials), you could swap the badge with one created from that new account. You can edit names of the...

I would even say: if your _mathematically optimal_ solution has bidirectional flow, then the scenario is broken. There should always be another process/storage/demand avenue for some MWh to be consumed...

Conversely, I'm more an more convinced that `m.dt` has to be removed from the startup cost term `m.costs['Startup']`. Also here, some more conceptual thought has to occur.

This first needs a minimal prototype that examines which "ripple" effects a change of `t = [1, 2, 3, ...]` to `t = [2001-01-01 00:00, 2001-01-01 01:00, ...]` would have...