Nick H

Results 20 comments of Nick H

This warning shows up with python 3.11.8 on Windows 11. File pyspedas/maven/tests/tests.py. The result of the tests is "OK" but it prints three similar "unclosed file" warnings. The following part...

See also: https://github.com/spedas/pyspedas/issues/504

These are just warnings, not errors, so they might not be important. I tested the latest cdflib version 1.2.6 on Windows 11. Using python 3.12.2, I do not get the...

For completion, the MAVEN tests.py file also gives some other warnings: 1. Both for python 3.12.2 and python 3.11.9: 11-Apr-24 11:44:59: C:\work\GitHub\envs\spedas\Lib\site-packages\pytplot\store_data.py:234: UserWarning: Converting non-nanosecond precision datetime values to nanosecond...

Complete output files with warnings from maven tests, using python 3.11.9 and python 3.12.2, on windows 11. [maven_test_err_3.11.9.txt](https://github.com/spedas/pyspedas/files/14950344/maven_test_err_3.11.9.txt) [maven_test_err_3.12.2.txt](https://github.com/spedas/pyspedas/files/14950345/maven_test_err_3.12.2.txt)

The resample() function did not work correctly, so I removed it.

I removed the file tplot_math/examples.py. This file contained some examples for an early version of pytplot, that are not useful any more. Most examples either used pytplot.data_quants directly (which should...

See also: https://github.com/spedas/pyspedas/issues/730

Also, my opinion is that we should add a system wide load() function that can call the load functions for multiple missions like this: ``` pyspedas.load(mission=["array or dictionary of missions/instruments"])...

> I agree! See: #685 Sorry, I forgot that task. Anyway, I think it is better if we just remove these additional functions, rather than create a new file for...