New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encountering errors from test_czml_ground_station and test_czml_add_orbit #821
Comments
Thanks for the report! It seems that these tests are timezone-dependent,
which is most likely a bug. We'll investigate.
…On Sat, 24 Aug 2019, 02:23 Samuel Dupree, ***@***.***> wrote:
I'm running poliastro ver. 0.13.0 on an iMacPro running Mac OS X ver.
10.14.6 under Python 3.7.3. In running the test,
python -c "import poliastro.testing; poliastro.testing.test()
I get error messages concerning test_czml_add_orbit and
test_ground_station. I'm testing poliastro with the setup.cfg file in the
anaconda3 directory disabled (i.e., renamed so as not to be used). czml3
was installed.
The output from the test is contained in the attached file.
Please advise.
Sam Dupree.
poliastro_test_23-Aug-2019.txt
<https://github.com/poliastro/czml3/files/3536689/poliastro_test_23-Aug-2019.txt>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<https://github.com/poliastro/czml3/issues/26?email_source=notifications&email_token=AACNIZMJIIPAIFBW5MKJ4XTQGB5Q7A5CNFSM4IPETIY2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HHEZOKQ>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AACNIZJPZXUSRJ4GIIRHO2TQGB5Q7ANCNFSM4IPETIYQ>
.
|
I was just bitten by this. To reproduce on poliastro:
@Sedictious do you want to try and fix this one? |
Oh no, time-zones again? On a second thought, could we dynamically generate some tests on-spot (perhaps by regex matching and adding the system time to the date string)? |
I am sure we are converting timezone-unaware dates to timezone aware in
some incorrect way somewhere, in Python it's a bit tricky to get it right.
…On Fri, 6 Sep 2019, 19:13 Chatziargyriou Eleftheria, < ***@***.***> wrote:
Oh no, time-zones again?
|
Culprit:
|
Therefore, it turns out this is a problem in poliastro and not in czml3. Fixing it in #783 and closing this. |
Has poliastro been updated so that it can be installed using pip?
Sam Dupree.
…On October/13/2019 18:22:08, Juan Luis Cano Rodríguez wrote:
Therefore, it turns out this is a problem in poliastro and not in
czml3. Fixing it in poliastro/poliastro#783
<#783> and closing this.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://github.com/poliastro/czml3/issues/26?email_source=notifications&email_token=ABEO352YQIJK7CSRJ3BRPH3QOONRBA5CNFSM4IPETIY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBDBWQI#issuecomment-541465409>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABEO356VJSEUCRGTUM5A3ADQOONRBANCNFSM4IPETIYQ>.
|
I'm running poliastro ver. 0.13.0 on an iMacPro running Mac OS X ver. 10.14.6 under Python 3.7.3. In running the test,
python -c "import poliastro.testing; poliastro.testing.test()
I get error messages concerning test_czml_add_orbit and test_ground_station. I'm testing poliastro with the setup.cfg file in the anaconda3 directory disabled (i.e., renamed so as not to be used). czml3 was installed.
The output from the test is contained in the attached file.
Please advise.
Sam Dupree.
poliastro_test_23-Aug-2019.txt
The text was updated successfully, but these errors were encountered: