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
Ideally, galah_select should return only those columns specified by the user, unless they also specify group. In practice, however, columns selected by group = "basic" are always present, e.g.:
- fix bug where `group = "assertions"` failed (#137)
- fix bug where `group = "basic"` columns were always included (#128)
- update behaviour of validate fields to recognise `show_all_assertions` (i.e. assertions no longer included in `show_all_fields`)
- add tests to prevent recurrences (all passing)
Ideally,
galah_select
should return only those columns specified by the user, unless they also specifygroup
. In practice, however, columns selected bygroup = "basic"
are always present, e.g.:This is almost certainly caused by failing to overwrite the default settings when the user supplies alternate arguments.
The text was updated successfully, but these errors were encountered: