You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I get these FurtureWarnings when running the qiime metadata tabulate command:
I am unsure whether this is related to the most recent q2 release or to q2_SCNIC plugin.
Luckily, it is only a warning at the moment, but I would like to post it here for future updates.
Best,
/path/to/miniconda3/envs/qiime2-amplicon-2024.2/lib/python3.8/site-packages/q2_SCNIC/_format.py:57: FutureWarning: The squeeze argument has been deprecated and will be removed in a future version. Append .squeeze("columns") to the call to squeeze.
series = pd.read_table(self.path, header=None, squeeze=True, nrows=nrows, index_col=0)
/path/to/miniconda3/envs/qiime2-amplicon-2024.2/lib/python3.8/site-packages/q2_SCNIC/_format.py:57: FutureWarning: The squeeze argument has been deprecated and will be removed in a future version. Append .squeeze("columns") to the call to squeeze.
series = pd.read_table(self.path, header=None, squeeze=True, nrows=nrows, index_col=0)
/path/to/miniconda3/envs/qiime2-amplicon-2024.2/lib/python3.8/site-packages/q2_SCNIC/_format.py:57: FutureWarning: The squeeze argument has been deprecated and will be removed in a future version. Append .squeeze("columns") to the call to squeeze.
series = pd.read_table(self.path, header=None, squeeze=True, nrows=nrows, index_col=0)
The text was updated successfully, but these errors were encountered:
Hi,
I get these FurtureWarnings when running the
qiime metadata tabulate
command:I am unsure whether this is related to the most recent q2 release or to q2_SCNIC plugin.
Luckily, it is only a warning at the moment, but I would like to post it here for future updates.
Best,
The text was updated successfully, but these errors were encountered: