sametz / nmrsim

A Python library for NMR simulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remove print statements in qm.py

sametz opened this issue · comments

Describe the bug
Print spam to standard output when qm._tm_cache is searching for the sparse matrix.

To Reproduce
Steps to reproduce the behavior:

import nmrsim
nmrsim.qm._tm_cache(3)

Expected behavior
Only print notices if the expected files are NOT found.