Use sort=true for panda concat
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Fri, 23 Nov 2018 22:26:54 +0000 (17:26 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Fri, 23 Nov 2018 22:26:54 +0000 (17:26 -0500)
commit60e60b9288f19192a484d3bec99b82cd750ab040
tree9859c9e8037e76d235fb1923ee99a2aa2a303e9e
parent417251718144a9f5ab350abe6a15aca660819ab9
Use sort=true for panda concat

    FutureWarning: Sorting because non-concatenation axis is not aligned. A
    future version of pandas will change to not sort by default.
    To accept the future behavior, pass 'sort=False'.
    To retain the current behavior and silence the warning, pass 'sort=True'.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
scripts/system-tests/generate-plots.py
This page took 0.059056 seconds and 4 git commands to generate.