Conversation
|
I fixed the variables issue, but we have other problems. |
# Conflicts: # src/qumin/representations/paradigms.py
|
I think you added a guard to avoid importing overabundant patterns -- but I do it for the lattices stuff (just not for entropies). I'll remove that and try to fix :) |
|
Oh true, good catch. In between I managed to break the patterns. We really needed these integration tests. |
|
We also do need proper unit tests (remember the "dire testing situation"), but I just don't have the time for now, so this will have to suffice temporarily |
|
I think we fixed simultaneously but differently the patterns issue. Everything should be back now. Yes propert unit tests will be for another time. This is already a lot of cleaning up / improving the code and how Qumin works. |
|
No it's broken now, I think it was working this afternoon ? |
My last commit fixed it. But the entropies are broken apparently. |
|
Try this, it fails: |
That's my fault then, sorry |
|
Sorry, everything is going so quickly that I didn't notice in time that you already fixed the patterns thing. And my fix was probably worse than the problem. |
|
Lol, no worries, working on the same branch simultaneously is bound to lead to madness. I just fixed something that was my fault (and caused the regression in entropies). I have to go now, so if you're not off, you've got the branch for yourself for a while :) |
# Conflicts: # src/qumin/cli.py
|
Passed the tests! 🥳 |
Per #83