-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Doing the CTEMPS tutorial and ran across a small bug when doing integration in time.
The data_units is properly updated after patch.integrate(), but the data_type is not updated.
Example
import dascore as dc
patch = dc.get_example_patch("example_event_2")
patch
patch_int = patch.integrate("time")
patch_int
Expected behavior
patch variable has attributes
data_type: strain_rate
data_units: ϵ / s
patch_int variable has attributes
data_type: strain_rate
data_units: ϵ
Versions
- OS: Ubuntu 24.04.2 LTS
- DASCore Version: 0.1.9
- Python Version: 3.12.3
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working