Replies: 7 comments 27 replies
-
Hi, You may just remove comp_param and comp_param_complex, since ClusterStructure file for 1D may not updated to the one in 2D folder:
Then, you should be able to run the file, i just tried it. |
Beta Was this translation helpful? Give feedback.
-
I did as you advised. But it did not help. line_patterns.py -call-> line_PPs_draft.py\search(P_) -call-> line_PPs_draft.py\comp_P(P, _P, neg_M, neg_L) -call-> comp_param(param, _param, param_name) And again I cannot find comp_param(param, _param, param_name) I think I am doing something wrong. |
Beta Was this translation helpful? Give feedback.
-
Did you remove the comp_param and comp_param_complex from the import process? It should be like this: |
Beta Was this translation helpful? Give feedback.
-
Great, appreciate your interest Marat! |
Beta Was this translation helpful? Give feedback.
-
Hi, Boris and Chris. Sorry for the delay. I would like to propose my initial code review. |
Beta Was this translation helpful? Give feedback.
-
Hello, I would like to show my questions and propositions for 1D. I tried to add a little data visualization also. |
Beta Was this translation helpful? Give feedback.
-
Hello boris, I'm Maksim. |
Beta Was this translation helpful? Give feedback.
-
For a better understanding of your idea, I want to run the code from the repository.
But for some reason I run into problems.
For example, when I run line_patterns.py, I get an error.
line_patterns.py
PPm = search(P_)_ - not found (there is a similar function in line_PPs_draft.py)
line_PPs_draft.py - class_cluster does not contain comp_param
from class_cluster import ClusterStructure, NoneType, comp_param, comp_param_complex
I did not find comp_param(param, param, param_name) in the repository.
There is a similar comp_param(param, param, param_name, ave), but it contains more parameters
There are other problems in the code.
What should I do to make the code from the repository work?
Beta Was this translation helpful? Give feedback.
All reactions