Martin K. Scherer

Results 168 comments of Martin K. Scherer

It'd be great to have the error message in English. Setting the locale in your operating system or setting a shell variable should do the trick

The available Microsoft agents provide Java 8, 11, and 17. So I added a mixture of these in #1131

@Thrameos I would like to bundle the efforts to fix the CI prior the release in this PR.

Right, I'm gonna finish this one soon.

I think this goes further. When the package depends on NumPy indirectly, e.g. via direct dependency, the numpy variant seems to be ignored, when specified via conda_build_config.yaml. This file is...

@msarahan thanks for the quick reply. Here is the recipe without pinning: https://github.com/markovmodel/pyemma_tutorials/blob/c99bf25625d5a731173c5aa29101f31fb230caa1/devtools/conda-recipe/meta.yaml As you see it does not directly depend on numpy. I tried pinning locally with conda_build_config.yml, and...

Thanks again for these explanations! It seems ns_cfg gets called multiple times, so which call actually will contain the right information? I like the idea about the flag.

This seems very useful, why was this never merged?

After receiving the newly introduced warning about missing cell ids **MissingIDFieldWarning**, I transformed my notebooks to have the IDs generated and saved on disk. But the validation now fails as...

With nbformat-5.7 the validation message about ids has gone. But I had to regenerate the notebooks with the same version and omit the major/minor version (4, 5) in `normalize()`.