Closed jklenzing closed 2 years ago
In pysat._constellation, support for the .add and .difference is being removed for pysat 3.0.0. pysatSeasons already supports constellation objects. Make sure that the intent of those functions can be replicated here.
pysat._constellation
.add
.difference
pysatSeasons
Did the .add and .difference get pushed over into pysatIncubator?
Under the general theme of Constellation support, constellation support added to occurrence probability calculations over in #30.
In
pysat._constellation
, support for the.add
and.difference
is being removed for pysat 3.0.0.pysatSeasons
already supports constellation objects. Make sure that the intent of those functions can be replicated here.