Skip to content

Commit

Permalink
fix: remove overly verbose debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysnewell committed Jan 4, 2024
1 parent 016ee29 commit ac832ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flight/rosella/rosella.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ def perform_refining(self, args):
self.checkm_file
)
logging.info(f"Bin stats: {input_bin_stats}")
logging.info(f"Bin dict: {bin_dict}")
self.disconnected = np.array([False for _ in range(self.large_contigs.shape[0])])
self.disconnected_intersected = np.array([False for _ in range(self.large_contigs.shape[0])])
self.embeddings = np.random.rand(self.large_contigs.shape[0], 2)
Expand Down

0 comments on commit ac832ec

Please sign in to comment.