We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc0ece commit 17f04cbCopy full SHA for 17f04cb
bin/codoff
@@ -1,4 +1,7 @@
1
-#!/home/salamzade/Multicellularity_and_BGC_Abundances/Software_Dev/codoff_mamba_env/bin/python3.10
+#!/usr/bin/env python3
2
+
3
+import warnings
4
+warnings.filterwarnings("ignore", category=DeprecationWarning)
5
6
import os
7
import random
0 commit comments