Skip to content

Commit 17f04cb

Browse files
authored
Update codoff
1 parent bdc0ece commit 17f04cb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bin/codoff

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
#!/home/salamzade/Multicellularity_and_BGC_Abundances/Software_Dev/codoff_mamba_env/bin/python3.10
1+
#!/usr/bin/env python3
2+
3+
import warnings
4+
warnings.filterwarnings("ignore", category=DeprecationWarning)
25

36
import os
47
import random

0 commit comments

Comments
 (0)