quant-aq / aeromancy

⚗️ Aeromancy: A framework for performing reproducible AI and ML
https://quant-aq.github.io/aeromancy/
Apache License 2.0
10 stars 1 forks source link

Support associating tasks with tags, minor cleanups #21

Closed dmcc closed 2 months ago

dmcc commented 3 months ago

tl;dr: You can now use --tags tag1,tag2 when launching tasks, fixes #20. All tags in the list will be associated with all launched tasks.

This PR also includes some overdue Ruff and pre-commit updates, addressing their changes. Got a little carried away -- ideally, these would probably be a separate PR.

drewp commented 3 months ago

Only now do I see I could have viewed the union of all the commits and reviewed that instead. Next time!

dmcc commented 2 months ago

I somehow can't leave a code comment on this line, but action.py:12 has an ambiguous "they", which I think should be "subclasses"

Fixed!