Fabian Zills

Results 129 comments of Fabian Zills

Example of this could look like: ```python class ClassOrSelf: """Always pass 'self' to the method This will always create and instance of the decorated class - if called from the...

@hmacdope What is the expected way to auto-format the code? I'm used to running either `black` or `ruff format` but once I run that on the code base it will...

> @PythonFZ lets go with `.h5md` as I think the missing extension may be causing some test failures. Other than that this is very close. I renamed the files and...

> There seems to be some failing test on the `azure` runner. Can your reproduce locally @PythonFZ ? All tests are passing for me locally. From what I see in...

@orbeckst I've added a file that tests for `AttributeError`. I can add another file for testing against `KeyError` but this is an unlikely case. The code will account for this...

For mlflow base the parent run on the base commit, like dvc experiments do it? What if multiple experiments are based on one commit?

## Review checklist for @PythonFZ ### Conflict of interest - [ ] I confirm that I have read the [JOSS conflict of interest (COI) policy](https://github.com/openjournals/joss/blob/main/COI.md) and that: I have no...

@espottesmith I am currently unable to work on the review. I hope to find the time in the next week but it might take until beginning of January until I...

Are there any updates on this? I see that the package compiles given these changes but either installing it via `uv pip install .` or editable via `uv add` /...