wkalt / dp3

multimodal log database
Other
12 stars 0 forks source link

Refactor tree variable names for clarity #4

Closed jainilajmera closed 6 months ago

jainilajmera commented 6 months ago

Renamed the variable referring to the timestamp at which to Insert the given leaf data to timestamp

Updated Insert's nodeID to rootID and the returned rootID to newRootID

Redefined the distance of an InnerNode from the leaf to be Height instead of Depth, updated documentation

jainilajmera commented 6 months ago

Not sure why the linter is complaining (timing out?), ideas?

jainilajmera commented 6 months ago

Not sure why the linter is complaining (timing out?), ideas?

I noticed you had bumped the timeout in a previous commit, so I just re-ran the failed job to try again. It passed