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
I've an experiment definition which looks like this:
id: some_testname: Test of somethingconstraints:
required_tags:
- userbranches:
- id: controlsettings:
eligible_for_something: false
- id: testsettings:
eligible_for_something: true
When I run jacquard show experiment --settings some_test I get the following warnings:
.../__init__.py:98: UserWarning: The `anonymous` flag no longer has any effect.
warnings.warn("The `anonymous` flag no longer has any effect.")
.../__init__.py:101: UserWarning: The `named` flag no longer has any effect.
warnings.warn("The `named` flag no longer has any effect.")
A similar experiment which has a different set of required tags (i.e: not user) does not exhibit this behaviour.
I think I do have other experiments loaded which do use the offending flags, however as noted I don't get the warnings when querying for non-user experiments, so I'm not convinced that that's the cause.
The text was updated successfully, but these errors were encountered:
I've an experiment definition which looks like this:
When I run
jacquard show experiment --settings some_test
I get the following warnings:A similar experiment which has a different set of required tags (i.e: not
user
) does not exhibit this behaviour.I think I do have other experiments loaded which do use the offending flags, however as noted I don't get the warnings when querying for non-user experiments, so I'm not convinced that that's the cause.
The text was updated successfully, but these errors were encountered: