alexhutman / zftools

Calculates the Zero Forcing Number (and Zero Forcing Set) in Sage (Cython)
https://pypi.org/project/zftools/
GNU General Public License v3.0
5 stars 0 forks source link

Linting #12

Closed alexhutman closed 3 months ago

alexhutman commented 3 months ago

Lint Cython files

alexhutman commented 3 months ago

Hmm... currently running into an OOM issue during linting. Not really sure why, I'd think that building the wavefront code might require more memory. Might have to separate the linting workflow...

alexhutman commented 3 months ago

Okay I think that OOM issue will be resolved. According to this, workflow_run can only be called on workflows existing in the default, in our case master, branch... 😵‍💫 So we might have to just merge and see if the linting workflow runs after build_and_test.

alexhutman commented 3 months ago

@ldeaett Sorry for the noise, thought I was ready but had to tweak some things. I think it's good now whenever you're ready. Just please don't merge yet -- next time we meet, we can do a working session where I show you how I'd clean up these commits a bit more before merging to master.

alexhutman commented 3 months ago

@ldeaett Sorry for the noise, thought I was ready but had to tweak some things. I think it's good now whenever you're ready. Just please don't merge yet -- next time we meet, we can do a working session where I show you how I'd clean up these commits a bit more before merging to master.

Cancel that @ldeaett, you can merge whenever you approve. Just please rebase and merge! The commits could be worse...