AAVSO / VStar

VStar is a visualisation and analysis tool for variable star data brought to you by AAVSO
https://www.aavso.org/vstar
GNU Affero General Public License v3.0
10 stars 3 forks source link

VeLaModelCreator should apply NumericPrecisionPrefs.formatTime() on model function's time parameter #223

Closed dbenn closed 2 years ago

dbenn commented 2 years ago

VeLaModelCreator's VeLaUnivariateRealFunction.value() method should invoke NumericPrecisionPrefs.formatTime() on the model function's time parameter.

This came from a discussion with @mpyat2 in email in which he noticed the lack of localisation, for which VeLa expression evaluation was defined.

dbenn commented 2 years ago

What do you think about doing this @mpyat2?

mpyat2 commented 2 years ago

Agreed!