Dan Foreman-Mackey

Results 547 comments of Dan Foreman-Mackey

Sounds like a plan to me!

This is an interesting suggestion. My initial feeling is that this would be pretty non-trivial to add to SYW in a general way, but probably wouldn't be too hard to...

I was imagining something simpler like adding `params="params.tex"` as an output to the `simulation` rule above, and then in your script do something like (untested): ```python with open(snakemake.output["params"], "w") as...

I'm a -1 on this in the long term. My goal is to remove the tight integration with GitHub specifically (e.g. https://github.com/showyourwork/showyourwork/issues/296). But, if you're interested, I'd be perfectly happy...

lol maybe not 🤣

Interesting! So you mean - when you create a new showyourwork project, it doesn't have permission to push the built artifacts to the `*-pdf` branch? I haven't come across this...

Are you using the "caching" feature here ([dynamic datasets](https://show-your.work/en/latest/zenodo.html#dynamic-datasets)) or just [static datasets](https://show-your.work/en/latest/zenodo.html#static-datasets)? If the latter, I believe that it is already parallel, but the former will be hard to...

It's not obvious from that build log whether or not it's running in parallel, but I wouldn't expect that you'll get a significant speedup on GH actions regardless since there...

Good point! It does look like the default argument there is "1" for some reason: https://github.com/showyourwork/showyourwork/blob/64fb8cc7dbde5a0ee68ba5b4731372ae6492e5d4/src/showyourwork/cli/main.py#L19-L25 I really thought it was set to "all", which would probably be a better...

Very strange! What happens if you disable the stamp? You should be able [do that](https://show-your.work/en/latest/config/#stamp-enabled) by including: ```yaml stamp: enabled: false ``` in your `showyourwork.yml`. I remember that there were...