Closed darthoctopus closed 5 years ago
the star object can be instantiated without supplying teff, but actually calling star() still returns an error.
Good catch, thanks. This is probably an issue that crept in from the earlier versions of pbjam where we didn't have the call() function in star, and Teff was indeed only optional.
Teff is now required.
the star object can be instantiated without supplying teff, but actually calling star() still returns an error.