Martin van der Schelling
Martin van der Schelling
https://github.com/bessagroup/f3dasm/blob/7495fc42239e78cf3ba3b8c6323c5b128a378a16/docs/source/rst_doc_files/classes/design/domain.rst#L25-L28
https://github.com/bessagroup/f3dasm/blob/7495fc42239e78cf3ba3b8c6323c5b128a378a16/docs/source/rst_doc_files/classes/design/experimentdata.rst#L301-L307
https://github.com/bessagroup/f3dasm/blob/7495fc42239e78cf3ba3b8c6323c5b128a378a16/src/f3dasm/_src/experimentdata/_data.py#L177
The documentation of creating an ExperimentData object with various datatypes is outdated, as the examples show functions that are not present in v1.4.4
## The problem At the moment, the `ExperimentData` object consists of `input_data`, `output_data`, `jobs`, and `domain`. These are all custom objects that are private (except the `Domain`) object: * `domain`:...
## The problem The automated GitHub workflows need some modification to address the following * We should minimize the number of minutes that are used with GitHub Workflows so that...
Request to add a method to the `ExperimentData` object to extract multiple `ExperimentSample` objects by given a iterable of indices. Expected method to extract sample by index. Please check the...