Leon

Results 148 comments of Leon

No worries, I'll poke around as time permits and see if I can help. Maybe I can learn something about testing in julia :) Looks like the test is using...

Curiously, everything is passing just fine on an Ubuntu box: ``` julia> versioninfo() Julia Version 1.4.1 Platform Info: OS: Linux (x86_64-linux-gnu) CPU: Intel(R) Xeon(R) CPU E5-1660 v4 @ 3.20GHz WORD_SIZE:...

Do you happen to know of a way to send the output of `pkg>test ` to a file?

The test fails on Arch Linux x86_64 with kernel `5.12.9-arch1-1` (julia versioninfo in the OP). I think it downloads using subversion, which I also have: ``` ❯ svn --version svn,...

Maybe it comes from this line: https://github.com/jpjones76/SeisIO.jl/blob/main/test/DataFormats/test_ah.jl#L54 I was going through the steps in that block individually and for that line I get: ``` julia> @test string(u2d(C.misc["ot"]*μs)) == "1990-05-12T04:50:08.7" Test...

So it looks like the DateTime print format changed in a recent Julia version. I can't quite track down the commit, but it's not an Arch vs Ubuntu thing. I...

Git bisect was a bit ambitious because I would have to pull older versions of all kinds of dependencies, so I gave up :) But this change was definitely introduced...

Understood, and the double whitespace is an easy workaround. I agree that it's not worth changing if the markdown parser is going to be replaced.

If the references can be processed before building the site, [DOI content negotiation](https://citation.crosscite.org/docs.html) could be of interest. So long as all the publications have a DOI that supports it, the...

I'll play around with it a bit, for now I'm pasting each entry in manually. My first hunch for automation is that the output might still need some touching-up, like...