There's a half-dozen time series store related functions that are defined by PSY.foo(sys) = IS.foo(sys.data). We need the values, but IOM no longer has PSY as a dependency. Right now, we're just hard-coding IS.foo(sys.data). Switch to stubs, or otherwise craft a solution that doesn't require accessing fields of PSY.System.
Will need to adjust the MockSystem structure in the tests, too.
There's a half-dozen time series store related functions that are defined by
PSY.foo(sys) = IS.foo(sys.data). We need the values, but IOM no longer has PSY as a dependency. Right now, we're just hard-codingIS.foo(sys.data). Switch to stubs, or otherwise craft a solution that doesn't require accessing fields ofPSY.System.Will need to adjust the
MockSystemstructure in the tests, too.