9e89e0a6576c8ae04ce97c296fe8fd9dc5ee419f,scanpy/tests/graph.py,,test_distance_metrics,#,37
Before Change
ct.compute_MFP_matrix()
if show:
pl.matshow(ct.MFP)
pl.title("MFP")
pl.colorbar()
else:
print(ct.MFP)
After Change
pl.figure()
pl.plot(evalsT/normDdiff, label="evalsT")
pl.plot(evalsL/normC, label="evalsL")
pl.legend()
pl.show()
if __name__ == "__main__":
//test_shortest_path()
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances
Project Name: theislab/scanpy
Commit Name: 9e89e0a6576c8ae04ce97c296fe8fd9dc5ee419f
Time: 2017-02-13
Author: f.alex.wolf@gmx.de
File Name: scanpy/tests/graph.py
Class Name:
Method Name: test_distance_metrics
Project Name: matplotlib/matplotlib
Commit Name: 94c47e24613283f98f4d2d7b15f0c50d3c645419
Time: 2019-07-22
Author: mbussonnier@ucmerced.edu
File Name: examples/lines_bars_and_markers/bar_stacked.py
Class Name:
Method Name:
Project Name: librosa/librosa
Commit Name: 24d6f5e42d775949e191122091826eefa7bf1246
Time: 2020-06-27
Author: bmcfee@users.noreply.github.com
File Name: docs/examples/plot_pcen_stream.py
Class Name:
Method Name: