bessagroup / f3dasm

Framework for Data-Driven Design & Analysis of Structures & Materials (F3DASM)
https://f3dasm.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
111 stars 29 forks source link

Add a method to ExperimentData that extracts all the ExperimentSamples in a list #217

Closed mpvanderschelling closed 10 months ago

mpvanderschelling commented 10 months ago

Fixes #201

Added a method that extracts multiple ExperimentSample objects from ExperimentData If no indices are given, the entire ExperimentData is converted to a list of ExperimentSample objects.