pynbody / tangos

The Agile Numerical Galaxy Organisation System
BSD 3-Clause "New" or "Revised" License
19 stars 13 forks source link

progenitor tracking is failing for BHs #172

Closed mtremmel closed 2 years ago

mtremmel commented 2 years ago

BHs in the Romulus database are no longer being tracked correctly with the latest TANGOS version. Things like previous and next work fine but earliest returns None, calculate_for_progenitors returns empty arrays. Similarly, timechunked properties also fail to reassemble.

I will try to figure this out in a couple weeks when I have time again, unless someone wants to look into this in the meantime.

apontzen commented 2 years ago

Whoops, my bad Michael! Could you check whether this fixes it: https://github.com/pynbody/tangos/pull/173