Skip to content

Commit

Permalink
remove warning in methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Taoning Wang committed Dec 2, 2023
1 parent da0afec commit 1b69c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frads/methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ def __init__(self, config):
][0]
else:
# raise ValueError("No matrix data or file available", _name)
logger.warning(f"No matrix data or file available: {_name}")
logger.info(f"No matrix data or file available: {_name}")
if _name in self.window_bsdfs:
window_basis = [
k
Expand Down

0 comments on commit 1b69c38

Please sign in to comment.