grd349 / PBjam

A repo for our peak baggin code and tips on jam
MIT License
17 stars 6 forks source link

teff is not actually optional #156

Closed darthoctopus closed 5 years ago

darthoctopus commented 5 years ago

the star object can be instantiated without supplying teff, but actually calling star() still returns an error.

nielsenmb commented 5 years ago

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.

nielsenmb commented 5 years ago

Teff is now required.