-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Labels
featureNew feature or requestNew feature or requestgood first issueGood for first-time contributorsGood for first-time contributorsuser interfaceChanges to the user interface and improvements in usabilityChanges to the user interface and improvements in usability
Description
Feature Description
Very frequently, users have to change the shape of their simulation outputs as part of the configuration for generating the right data for training the approximator. Therefore, reshape()
would be a great feature to have for the Adapter
.
A (very rough) example usage is provided as below:
sim = {"x": np.arange(6)}
adapter = (
bf.adapters.Adapter()
# ...
.reshape("x", to_shape=(3, 2))
# ...
)
stefanradev93, han-ol and LarsKue
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or requestgood first issueGood for first-time contributorsGood for first-time contributorsuser interfaceChanges to the user interface and improvements in usabilityChanges to the user interface and improvements in usability