You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will involve:
-- having the continuous calculators auto-calling startAddObservations() (at first use of addObservations if not already called) and finaliseAddObservations() (at first calculation). This will certainly make it easier for users who sometimes stumble over this.
-- adding setProperties() and getProperties() to the discrete calculators. This will be required e.g. for implementing auto-embedding for TE anyway.
The text was updated successfully, but these errors were encountered:
…utmoded) to have a default empty constructor, with an overloaded initialise method added that provides all relevant properties. Fixes#77, and provides a first step for #66. Also aligned PredictiveInfo and ConditionalTE calculators to use the appropriate super classes.
This will involve:
-- having the continuous calculators auto-calling startAddObservations() (at first use of addObservations if not already called) and finaliseAddObservations() (at first calculation). This will certainly make it easier for users who sometimes stumble over this.
-- adding setProperties() and getProperties() to the discrete calculators. This will be required e.g. for implementing auto-embedding for TE anyway.
The text was updated successfully, but these errors were encountered: