Cristian García Romero

Results 41 comments of Cristian García Romero

The same is happening to me. This is a bug, isn't it? Have you figure out how to solve it, @grumpyquant ? Edit: in my case is not OS X,...

After deep dive into the code I have find out that this is not a bug, but a feature... The line https://github.com/conda/conda-build/blob/77463386355f3a726437311d3fa1f39a59afc2e9/conda_build/utils.py#L242 is the one to blame for the confusion....

Well, I'm not pretty sure, but I think that you could enable debug mode, what shouldn't replace these variables: https://github.com/conda/conda-build/blob/77463386355f3a726437311d3fa1f39a59afc2e9/conda_build/build.py#L2193-L2194 Also, I think you could modify the snakemake code of...

It seems that the part of the configuration that is being affected by this issue is: ```xml ```

I'm exactly with the same problem. I wrote my own model based on the provided code of the 3rd/4th tutorial (i.e. add attention) and I'm using my own data (specifically,...

![Captura de pantalla de 2022-01-01 02-25-58](https://user-images.githubusercontent.com/16403611/147842230-dc40cfe8-faf5-4f59-938e-3b9edd1eef1e.png) I already know what my problem was. The problem was related to the quantity of data that I was providing. It seems that if...

I've made other tests: docker image ls -a --digests: ``` REPOSITORY TAG DIGEST IMAGE ID CREATED SIZE alpine 3.13 sha256:7769c38ce671534a0ddbf98633f17edbbd4a4e99cbc77ef42f9f7b78b6a1c6c2 38cacb9bafd2 2 weeks ago 5.61MB alpine 3.14 sha256:43eb8f0d8215d8661f745f3d88563c026614d843b668b233bbe1666b6d026f61 5977be310a9d 2...

Hi! Yes, sure: https://github.com/bitextor/bitextor/runs/7611585308?check_suite_focus=true I didn't provide it because, if I'm not wrong, it's not public. If that's the case, you have attached the logs in the issue. Thank you!

No, it's the right link. I forgot to mention that you should check out the step "Run". It hasn't failed because, if you check the script, it is not expected...

Hi! I think that the reason might be due to `until: segalign`, but since you're crawling, is difficult for me to try to reproduce the issue with the same configuration....