Skip to content

Commit

Permalink
Update codoff
Browse files Browse the repository at this point in the history
  • Loading branch information
raufs authored May 2, 2024
1 parent bdc0ece commit 17f04cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin/codoff
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/home/salamzade/Multicellularity_and_BGC_Abundances/Software_Dev/codoff_mamba_env/bin/python3.10
#!/usr/bin/env python3

import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)

import os
import random
Expand Down

0 comments on commit 17f04cb

Please sign in to comment.