Skip to content

Commit

Permalink
skip_bad_types=True for dict_to_am(get_metadata) call
Browse files Browse the repository at this point in the history
  • Loading branch information
simonscryo committed Jun 13, 2024
1 parent 8c0d293 commit 27d9f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sodetlib/operations/complex_impedance.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def new_ci_dset(S, cfg, bands, chans, freqs, run_kwargs=None, ob_path=None,
IndexAxis('steps', count=nsteps),
IndexAxis('biaslines', count=NBGS),
)
ds.wrap('meta', sdl.dict_to_am(sdl.get_metadata(S, cfg)))
ds.wrap('meta', sdl.dict_to_am(sdl.get_metadata(S, cfg), skip_bad_types=True))
ds.meta.wrap('g3_dir', cfg.sys['g3_dir'])
if run_kwargs is not None:
ds.wrap('run_kwargs', sdl.dict_to_am(run_kwargs))
Expand Down

0 comments on commit 27d9f00

Please sign in to comment.