We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
These categories could be added in the metadata fixtures described in #52
For example results_bag.kpi.foo = 1 would create if needed the category kpi and inside store the information foo=1.
results_bag.kpi.foo = 1
kpi
foo=1
The [session/module]_results_[dct/df] would not contain the categories, but they would appear in [session/module]_results_meta_[dct/df] (from #52)
[session/module]_results_[dct/df]
[session/module]_results_meta_[dct/df]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
These categories could be added in the metadata fixtures described in #52
For example
results_bag.kpi.foo = 1
would create if needed the categorykpi
and inside store the informationfoo=1
.The
[session/module]_results_[dct/df]
would not contain the categories, but they would appear in[session/module]_results_meta_[dct/df]
(from #52)The text was updated successfully, but these errors were encountered: