stfc / janus-core

Tools for machine learnt interatomic potentials
https://stfc.github.io/janus-core/
BSD 3-Clause "New" or "Revised" License
10 stars 7 forks source link

Fix summary duplication #288

Closed ElliottKasoar closed 3 weeks ago

ElliottKasoar commented 3 weeks ago

Since #283, the information that used to be passed to SinglePoint was duplicated, which also led to weird yaml aliases/anchors for the duplicated dictionaries.

This fixes this by removing duplicate keys from inputs, and also tides up the summary to handle it all in one place.