Ivan Ruiz Manuel
Ivan Ruiz Manuel
@sanjaynagi unfortunately I'm also struggling a bit here (not super familiar with this bit in snakemake, or developing package managers in general. I'm just a user :) ). My approach...
@TylerLeonhardt Fedora 41. I do not think I've configured something that would do this...
@TylerLeonhardt I've updated both the OS and VSCode. For now the issue seems to have gone away. No idea of the cause, but I'll close this issue. If it pops...
Turns out our data saving steps have some unexpected bugs. Opened #614 to deal with them.
Converting to draft because #614 is a blocker to this PR.
For option 4: instead of raising a warning (which is often ignored in a sea of other warnings in big projects), we could default to raising an error, and add...
As a proposal, I believe we should extend our use of `@properties` to standardize access to math and config. I think this should do the trick: ```python @property def name(self):...
To do so, here are the steps I've identified: - add `config.init.add_schema` to allow users to specify additional schema files for their settings. `update_model_schema` is no longer necessary (but it...
@brynpickering I agree that the `config_schema.yaml` and `math_schema.yaml` should not be altered by users. I think the confusion was caused because I'm unfamiliar with the names people often use for...
I've introduced #609, which only targets skipping base math. Depending on what is agreed upon, I could work on a separate PR for the `add_schema` parameter.