Robin Alexander Dorstijn
Robin Alexander Dorstijn
That last commit was generated by GitHub after i fat fingered on GitHub mobile. I will have to figure out what exactly it did.
So I noticed that I could fix the poetry errors by simply bumping the pylint dependency. This made made the sub-dependency on typed-ast go from 1.4.2 (which causes the installation...
The nose testing library is no longer maintained and is incompatible with python 3.10. I am going to solve this for now by including a maximum python version of 3.9,...
I am thinking that it might make more sense to do the "maintenance" commits in a separate PR. Especially because of the depreciation of nosetest. I personally favor pytest, but...
I reworked master to be based of the maintenance PR (#178) so that it would be easier to run the tests, linting etc.
Thank you for all of your quick replies! I see what you mean with the AmplitudeVector class. @maxscheurer, I was trying to address the attributes/variables in the AdcMatrix class, particularly...
Great that this got fixed! You might want to update the README though.