esabo / CodingTheory

A coding theory library for Julia.
https://esabo.github.io/CodingTheory/
BSD 3-Clause "New" or "Revised" License
25 stars 10 forks source link

Subsystem Codes Broken By Oscar Update #17

Closed esabo closed 8 months ago

esabo commented 8 months ago

Recent update to is_isomorphic has broken the subsystem code constructor.

esabo commented 8 months ago

Issue was actually pulling in a function of the same name, preventing the Oscar function from being pulled in scope.