Skip to content
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

365 how can post processing function handle nan value from mcs #371

Conversation

longshuicy
Copy link
Member

@longshuicy longshuicy commented Jul 18, 2023

Just run the test and you should see it counts "NA" in the output json

@ywkim312
Copy link
Member

ywkim312 commented Jul 18, 2023

I've got this error when running test_buildingdamage. Is it my python environment? I've got the results jsons though

Exception ignored in tp_clear of: <class 'memoryview'>
Traceback (most recent call last):
  File "C:\Python310\lib\multiprocessing\reduction.py", line 51, in dumps
    cls(buf, protocol).dump(obj)
BufferError: memoryview has 1 exported buffer

@ywkim312
Copy link
Member

I also got an error from test_dataprocessutil. 5 out of 6 were passed but galveston one got following error

>                   raise ValueError("cannot reindex on an axis with duplicate labels")
E                   ValueError: cannot reindex on an axis with duplicate labels

C:\venv\pyincore\lib\site-packages\pandas\core\indexes\base.py:4274: ValueError

I am not very sure but it might be because of my local setting?

@longshuicy
Copy link
Member Author

I've got this error when running test_buildingdamage. Is it my python environment? I've got the results jsons though

Exception ignored in tp_clear of: <class 'memoryview'>
Traceback (most recent call last):
  File "C:\Python310\lib\multiprocessing\reduction.py", line 51, in dumps
    cls(buf, protocol).dump(obj)
BufferError: memoryview has 1 exported buffer

Hmm this is related to your parallel computing multiprocessing. not sure relevant to this PR or not

@longshuicy
Copy link
Member Author

I also got an error from test_dataprocessutil. 5 out of 6 were passed but galveston one got following error

>                   raise ValueError("cannot reindex on an axis with duplicate labels")
E                   ValueError: cannot reindex on an axis with duplicate labels

C:\venv\pyincore\lib\site-packages\pandas\core\indexes\base.py:4274: ValueError

I am not very sure but it might be because of my local setting?

fixed. could you try again

@longshuicy longshuicy requested a review from ylyangtw July 26, 2023 20:13
@longshuicy longshuicy merged commit 0f3a61b into develop Aug 1, 2023
4 of 7 checks passed
@longshuicy longshuicy deleted the 365-how-can-post-processing-function-handle-nan-value-from-mcs branch August 1, 2023 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

how can post processing function handle NaN value from MCS
4 participants