Skip to content

Commit 1aaf4cf

Browse files
committed
updated readme
1 parent 9bd69cd commit 1aaf4cf

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CCA.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,6 @@ def CCA(X: np.ndarray,Y: np.ndarray,Z: np.ndarray,R: np.ndarray, N: int, ID_mon:
436436
curr_try += 1
437437

438438
if int(np.mod(curr_try, 359)) == 0 and np.sum(curr_list[prev_cand1,:]) > 1:
439-
print("OOF")
440439
prev_cand2 = CCA_random_pick(curr_list,prev_cand1,prev_cand2)
441440

442441
COR1[:,0] = X1

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
Implementation of FracVAL by [Morán, J. et al. 2019](https://www.sciencedirect.com/science/article/pii/S0010465519300323?via%3Dihub) in python.
33

44
## TODO
5-
- [ ] Fix PCA bugs
5+
- [ ] Fix PCA issues
66
+ [X] Instability with arcos arguments, tied to monomer size somehow
7-
+ [ ] low fractal dimensions fail
8-
+ [ ] high fractal prefactors fail
7+
+ [ ] low fractal dimensions fail -> This is also happening for original FracVAL
8+
+ [ ] high fractal prefactors fail -> This is also happening for original FracVAL
99
+ [X] yet to be understood infinite loop occurs sometimes
1010
- [ ] Allow distribution functions for monomer radii
1111
- [ ] Parallelize
12-
- [ ] High fractal dimensions are super slow, investigate why
12+
- [ ] High fractal dimensions are super slow -> Happens for FracVAL aswell, bit more noticeable for this implementation i feel

0 commit comments

Comments
 (0)