Christoph Buchner

Results 643 comments of Christoph Buchner

> `curSeed = seed*1E6*time;` this is purely a drive-by-comment, so I might be wrong, but given the code is ``` when sample(0, 0.1) then curSeed = seed*1E6*time; ``` which AFAICT...

Welcome! Given the nature of your inquiry, maybe this is better suited in the discussion area (https://github.com/pymeasure/pymeasure/discussions/categories/general) until you got something ~working, and then submit a PR with an example?...

I think it's fine to continue here. First, run `flake8 .` in your copy of pymeasure and fix the reported linting errors, please. I'll go through the example and give...

> Since it is a recommendation, it also seems weird to have it in the normative text. I'm afraid I don't follow/agree. Some sentence being normative or non-normative seems orthogonal/unrelated...

> @HansOlsson it's to point a human reader to the fact "that's a special value, not just an unusual choice" 1e100 I would consider as larger but maybe meaningful value....

Great, thanks for checking it out! Could you submit a [pull request ](https://pymeasure.readthedocs.io/en/latest/dev/contribute.html)with the updated code? :-)

> > Great, thanks for checking it out! Could you submit a [pull request ](https://pymeasure.readthedocs.io/en/latest/dev/contribute.html)with the updated code? :-) > > Perhaps it is better to finish my actual pull...

I also have problems with the fulltext search not finding search terms in pdfs in my 780 entry library. I'm not sure I'm hitting this 5 item limit, because I...

As a user, this dialog is confusing me. Where would I want to upgrade, if not to a newer version? What is the difference between "newer" and "newest"? Why would...

> As you can see from the MWE, the initial equations are solved by considering time = StartTime = 0.2, so you get x0 = 0.2, which is the expected...