Gereon Kaiping

Results 33 comments of Gereon Kaiping

The complete traceback below `database_to_intermediary` is as follows. ``` File "/vol/home/kaipingga/devel/eralchemy/eralchemy/sqla.py", line 77, in database_to_intermediary Base.prepare(engine, reflect=True) File "/vol/home/kaipingga/.local/lib/python3.5/site-packages/sqlalchemy/ext/automap.py", line 799, in prepare map_config.map() File "/vol/home/kaipingga/.local/lib/python3.5/site-packages/sqlalchemy/ext/declarative/base.py", line 643, in map...

Wow, yes! That looks like a very correct assessment of the problem. Can that be caught and the user be given a hint?

Actually, that means I could (in theory) just – once sorted out stable paths, procedures etc. – submit a pull request for a commit against `res/raw/dictionary_info.txt`. While that does not...

> We don't want a bike to route contraflow. In several of the European cities I lived in, this is actually a common pattern, and in a few cases has...

When I ran into this issue just now, it took me a while to realize it was a typical stupid error: I had written `here::i_am("code/model-altas.r")` where the file was actually...

Resuming with the same seed as the original run works okay, but feels very fragile.

I mean, the easy fix is to make sure that I use `classpath`s only and not `modulepath`s, but nonetheless I wanted to bring this up. (And leave this note for...

In my local BEAST sources, I have changed `setRootOnly` to be an alias of `setRoot`. Now my analysis seems to run with no issues, the trace looks appropriate, too. The...

I have made a commit in https://github.com/Anaphory/beast2/commit/9f10bc52da2e0fe26acf58199301e5d8539f6922 – I can make a pull request, but as it is, I have committed on top of https://github.com/CompEvol/beast2/pull/953 and some other small changes...

Running that patched version of BEAST on my data a while longer, I get IndexErrors in https://github.com/CompEvol/beast2/blob/f6f325e3c7cb06853d34f2869854c1921aef1780/src/beast/math/distributions/MRCAPrior.java#L163 because https://github.com/CompEvol/beast2/blob/f6f325e3c7cb06853d34f2869854c1921aef1780/src/beast/math/distributions/MRCAPrior.java#L180 ends up with a wrong cached NodeCount somehow.