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
C:\.conda\envs\gender_childcare\lib\site-packages\_pytask\mark\structures.py:197 │
│ C:\.conda\envs\gender_childcare\lib\site-packages\_pytask\mark\structures.py:197: FutureWarning: '@pytask.mark.depends_on' is deprecated starting │
│ pytask v0.4.0 and will be removed in v0.5.0. To upgrade your project to the new syntax, read the tutorial on product and dependencies: │
│ https://tinyurl.com/pytask-deps-prods. │
│ │
│ warnings.warn( │
│ │
│ C:\.conda\envs\gender_childcare\lib\typing.py:1506 │
│ C:\.conda\envs\gender_childcare\lib\typing.py:1506: UserWarning: Unknown pytask.mark.attributes - is this a typo? You can register custom marks to │
│ avoid this warning. │
│ if all(hasattr(instance, attr) and │
│ │
│ C:\.conda\envs\gender_childcare\lib\typing.py:1506 │
│ C:\.conda\envs\gender_childcare\lib\typing.py:1506: UserWarning: Unknown pytask.mark.execute - is this a typo? You can register custom marks to │
│ avoid this warning. │
│ if all(hasattr(instance, attr) and │
│ │
│ C:\.conda\envs\gender_childcare\lib\typing.py:1509 │
│ C:\.conda\envs\gender_childcare\lib\typing.py:1509: UserWarning: Unknown pytask.mark.execute - is this a typo? You can register custom marks to │
│ avoid this warning. │
│ getattr(instance, attr) is not None) │
│ │
│ C:\.conda\envs\gender_childcare\lib\site-packages\_pytask\mark\structures.py:197 │
│ C:\.conda\envs\gender_childcare\lib\site-packages\_pytask\mark\structures.py:197: FutureWarning: '@pytask.mark.produces' is deprecated starting │
│ pytask v0.4.0 and will be removed in v0.5.0. To upgrade your project to the new syntax, read the tutorial on product and dependencies: │
│ https://tinyurl.com/pytask-deps-prods. │
│ │
│ warnings.warn( │
│ │
│ C:\.conda\envs\gender_childcare\lib\typing.py:1506 │
│ C:\.conda\envs\gender_childcare\lib\typing.py:1506: UserWarning: Unknown pytask.mark.state - is this a typo? You can register custom marks to avoid │
│ this warning. │
│ if all(hasattr(instance, attr) and │
│ │
│ C:\.conda\envs\gender_childcare\lib\typing.py:1509 │
│ C:\.conda\envs\gender_childcare\lib\typing.py:1509: UserWarning: Unknown pytask.mark.state - is this a typo? You can register custom marks to avoid │
│ this warning. │
│ getattr(instance, attr) is not None) │
│ │
│ C:\.conda\envs\gender_childcare\lib\typing.py:1506 │
│ C:\.conda\envs\gender_childcare\lib\typing.py:1506: UserWarning: Unknown pytask.mark.signature - is this a typo? You can register custom marks to │
│ avoid this warning. │
│ if all(hasattr(instance, attr) and │
│ │
│ C:\.conda\envs\gender_childcare\lib\typing.py:1506 │
│ C:\.conda\envs\gender_childcare\lib\typing.py:1506: UserWarning: Unknown pytask.mark.function - is this a typo? You can register custom marks to │
│ avoid this warning. │
│ if all(hasattr(instance, attr) and │
│ │
│ C:\.conda\envs\gender_childcare\lib\typing.py:1506 │
│ C:\.conda\envs\gender_childcare\lib\typing.py:1506: UserWarning: Unknown pytask.mark.markers - is this a typo? You can register custom marks to │
│ avoid this warning. │
│ if all(hasattr(instance, attr) and │
│ │
│ C:\.conda\envs\gender_childcare\lib\typing.py:1506 │
│ C:\.conda\envs\gender_childcare\lib\typing.py:1506: UserWarning: Unknown pytask.mark.name - is this a typo? You can register custom marks to avoid │
│ this warning. │
│ if all(hasattr(instance, attr) and │
│ │
│ C:\.conda\envs\gender_childcare\lib\typing.py:1506 │
│ C:\.conda\envs\gender_childcare\lib\typing.py:1506: UserWarning: Unknown pytask.mark.report_sections - is this a typo? You can register custom marks │
│ to avoid this warning. │
│ if all(hasattr(instance, attr) and │
│ │
│ C:\.conda\envs\gender_childcare\lib\site-packages\_pytask\collect.py:245 │
│ C:\.conda\envs\gender_childcare\lib\site-packages\_pytask\collect.py:245: UserWarning: Unknown pytask.mark.attr_that_definitely_does_not_exist - is │
│ this a typo? You can register custom marks to avoid this warning. │
│ if hasattr(obj, attr_name) and not bool(
The text was updated successfully, but these errors were encountered:
Ok, the last warning is definitely on me. I'm very sorry about that. A lot of the warnings look like a MarkGenerator is being treated as a task.
Do you by any chance use from pytask import mark only in a few places? Do the warnings go away if you switch back to the old import pytask; @pytask.mark....?
Uh oh!
There was an error while loading. Please reload this page.
Following the steps in the documentation, I obtain several warnings.
pytask-latex
0.4.2pytask
0.4.5The warnings
The text was updated successfully, but these errors were encountered: