correction, you'd also name the relationship "_readings", eg.
self.sensor._readings
On Thu, Jul 27, 2017 at 4:50 PM, Mike Bayer wrote:
> On Thu, Jul 27, 2017 at 4:43 PM, Mike Bayer wrote:
>> On Thu, Jul 27, 2017 at 10:50 AM, Ruben Di Battista
>> wrote:
>>> Hello, I'm trying to figure out a stre
On Thu, Jul 27, 2017 at 4:43 PM, Mike Bayer wrote:
> On Thu, Jul 27, 2017 at 10:50 AM, Ruben Di Battista
> wrote:
>> Hello, I'm trying to figure out a streamlined way to store some children
>> values that are stored in numpy arrays in Python. As example let's assume I
>> have a parent object that
On Thu, Jul 27, 2017 at 10:50 AM, Ruben Di Battista
wrote:
> Hello, I'm trying to figure out a streamlined way to store some children
> values that are stored in numpy arrays in Python. As example let's assume I
> have a parent object that is a sensor that has some readings associated to
> it:
>
>
Hello, I'm trying to figure out a streamlined way to store some children
values that are stored in numpy arrays in Python. As example let's assume I
have a parent object that is a sensor that has some readings associated to
it:
class Sensor(object):
__tablename__ = 'sensor'
id = Column(