Dear Dan,
thanks for the reply.
Indeed, I discovered thaton my PC I had two versions of Anaconda (2 and 3) and in bith networkx 1.11 and 2.0 installed, but the test you mentioned was showing only 1.11
So I clened the distributive and reinstalled networkx x. Now it shows 2.0
However, runninh nx.test still shows me one error here
======================================================================
ERROR: networkx.tests.test_convert_pandas.TestConvertPandas.test_from_adjacency
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Users\admin\Anaconda2\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
File "C:\Users\admin\Anaconda2\lib\site-packages\networkx\tests\test_convert_pandas.py", line 132, in test_from_adjacency
pd.testing.assert_frame_equal(df, dftrue)
AttributeError: 'module' object has no attribute 'testing'
----------------------------------------------------------------------
Ran 3175 tests in 153.184s
FAILED (SKIP=3, errors=1)
Can you tell me how critical it is and whetehr I could do naything about t?
Thank you again, Ivan