Closed mattjshannon closed 6 years ago
In the Decomposer class (decomposer.py):
decomposer.py
Currently these methods accept filename as a keyword argument; they should be positional instead, such that they raise an exception if no filename is supplied.
filename
Issue addressed in #13.
In the Decomposer class (
decomposer.py
):Currently these methods accept
filename
as a keyword argument; they should be positional instead, such that they raise an exception if no filename is supplied.