oturns / geosnap

The Geospatial Neighborhood Analysis Package
https://oturns.github.io/geosnap-guide
BSD 3-Clause "New" or "Revised" License
243 stars 32 forks source link

expose index args on community methods #313

Closed knaaptime closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #313 (b92ff55) into master (78df9c1) will decrease coverage by 0.2%. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #313     +/-   ##
========================================
- Coverage    62.8%   62.6%   -0.2%     
========================================
  Files          16      16             
  Lines        1601    1601             
========================================
- Hits         1006    1003      -3     
- Misses        595     598      +3     
Impacted Files Coverage Δ
geosnap/_community.py 73.0% <ø> (ø)
geosnap/_data.py 71.2% <ø> (ø)
geosnap/_version.py 39.2% <0.0%> (-1.5%) :arrow_down:
geosnap/analyze/analytics.py 86.9% <0.0%> (+1.0%) :arrow_up:
knaaptime commented 2 years ago

not sure whats up with these failures yet. It appears to have something to do with the cleanup step on windows. All the tests pass

=========== 49 passed, 6 skipped, 88 warnings in 472.96s (0:07:52) ============
Fatal error condition occurred in D:\bld\aws-c-io_1633633258269\work\source\event_loop.c:74: aws_thread_launch(&cleanup_thread, s_event_loop_destroy_async_thread_fn, el_group, &thread_options) == AWS_OP_SUCCESS
Exiting Application
at 0x7FFD5B424380: aws_backtrace_print
at 0x7FFD5B413560: aws_fatal_assert
at 0x7FFD5B315F10: aws_event_loop_wait_for_stop_completion
at 0x7FFD5B421470: aws_ref_count_release
at 0x7FFD5B313D80: aws_server_bootstrap_set_alpn_callback
at 0x7FFD5B421470: aws_ref_count_release
at 0x7FFD5B313760: aws_client_bootstrap_release
at 0x7FFD5B4776F0: Aws::Crt::Io::ClientBootstrap::~ClientBootstrap
at 0x7FFD5B7EEB40: Aws::Utils::Stream::SimpleStreamBuf::xsputn
at 0x7FFD9E2F1BA0: execute_onexit_table
at 0x7FFD9E2F1BA0: execute_onexit_table
at 0x7FFD9E2F1BA0: execute_onexit_table
at 0x7FFD5B7EEB40: Aws::Utils::Stream::SimpleStreamBuf::xsputn
at 0x7FFD5B7EEB40: Aws::Utils::Stream::SimpleStreamBuf::xsputn
at 0x7FFDA1485AA0: RtlAnsiStringToUnicodeString
at 0x7FFDA14890F0: LdrShutdownProcess
at 0x7FFDA14CCAB0: RtlExitUserProcess
at 0x7FFDA06FD620: ExitProcess
at 0x7FFD9E300C50: exit
at 0x7FFD9E300C50: exit
at 0x7FFD6D83A5A0: Py_Exit
at 0x7FFD6D85F430: Py_HandleSystemExit
at 0x7FFD6D85E410: PyRun_InteractiveOneFlags
at 0x7FFD6D85EBC0: PyRun_SimpleFileExFlags
at 0x7FFD6D67E120: Py_hashtable_copy
at 0x7FFD6D67E120: Py_hashtable_copy
at 0x7FFD6D688440: Py_RunMain
at 0x7FFD6D689080: Py_Main
at 0x7FF672FC1160: OPENSSL_Applink
at 0x7FFDA06F7960: BaseThreadInitThunk
at 0x7FFDA14BA2D0: RtlUserThreadStart
Error: Process completed with exit code 1.
knaaptime commented 2 years ago

error appers to be caused by https://github.com/conda-forge/arrow-cpp-feedstock/issues/567