`reflection.prune_cutoff`: `near` parameter is not parsed properly
Closed this issue · 0 comments
PeterKraus commented
There is a bug in the helper function load_data
, where the near
parameter does not get picked up properly when a yaml
-file input is used.
https://github.com/dgbowl/dgpost/blob/master/src/dgpost/utils/helpers.py#L286-L296