You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.
We want to store our run metadata in our configuration files, but yatsm line is currently quite selective of what metadata is stored (e.g., is is hard coded what gets saved). Furthermore, the metadata attributes it saves are stored separate from one other as separate "sub-files" in the NumPy "npz" save file.
Switch to saving all metadata, except the version, into one dictionary:
This proposal is backward incompatible when looking for "design_info" and "design_matrix" in yatsm.cli.map.find_result_attributes, so handle both past and future cases.
The text was updated successfully, but these errors were encountered:
We want to store our run metadata in our configuration files, but
yatsm line
is currently quite selective of what metadata is stored (e.g., is is hard coded what gets saved). Furthermore, the metadata attributes it saves are stored separate from one other as separate "sub-files" in the NumPy "npz" save file.Switch to saving all metadata, except the version, into one dictionary:
This proposal is backward incompatible when looking for "design_info" and "design_matrix" in
yatsm.cli.map.find_result_attributes
, so handle both past and future cases.The text was updated successfully, but these errors were encountered: