callat-qcd / lattedb

Lattice QCD database interface using EspressoDB as the content manager.
https://ithems.lbl.gov/lattedb
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Devel populate #22

Closed ckoerber closed 5 years ago

ckoerber commented 5 years ago

Changed existing top down table population api from nested dicts to flat dicts with member names:

{"a": ("A", {"b": 1})}

now reads

{"a": "A", "a.b": 1}

Also added / repaired unit tests.

Important note Please run lattedb test before pushing changes to models.