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
The exact command that failed. This is what you typed at the command line, including any options.
TopoStats version, this is reported by topostats --version
Operating System and Python Version
Describe the bug
With the switch to AFMReader for asd i/o. The broad exception statement printing the warning for "Channel not found, skipping the image" is super-seeding the available channel message in AFMReader.asd
Copy of the output
Include the configuration file
N/A
To Reproduce
No response
TopoStats Version
Git main branch
Python Version
3.11
Operating System
MacOS M1/M2 (post-2021)
Python Packages
No response
The text was updated successfully, but these errors were encountered:
You can get information as to the version in the current Virtual Environment. Ideally a fresh pip install -e . should be done to ensure this is accurate.
❱ pip install -e .
❱ pip show topostats
Name: topostats
Version: 2.2.post1.dev190+g389fb1045
Summary: Automated Analysis for Atomic Force Microscopy Images of Biomolecules
Home-page:
Author:
Author-email: TopoStats Team <[email protected]>, Alice Pyne <[email protected]>, Sylvia Whittle <[email protected]>, Neil Shephard <[email protected]>, Max Gamill <[email protected]>, Jean Du <[email protected]>
License: GNU Lesser GPLv3 only
Location: /home/neil/.virtualenvs/tmp-1b71451da46dd36/lib/python3.12/site-packages
Editable project location: /home/neil/work/git/hub/AFM-SPM/TopoStats
Requires: AFMReader, h5py, igor2, matplotlib, numpy, pandas, pyfiglet, pySPM, pyyaml, ruamel.yaml, schema, scikit-image, scipy, seaborn, snoop, tifffile, tqdm
Required-by:
...and because we are dynamically setting version using setuptools_scm it appends the last tag with the post1.dev190+g389fb1045 which indicates the number of commits ahead and the hash of the last commit on that branch.
Or as per the issue template topostats --version reports this and it can be copy pasted.
❱ topostats --version
Installed version of TopoStats: 2.2.post1.dev190+g389fb1045
Yep, just made a new PR for it. I forgot the keywords would close the accidental PR. Also because of testing on one branch ns-rse/851... then applying the changes to another main I thought the package list and commit version may have been more confusing.
Checklist
topostats process --core 1
.topostats --version
Describe the bug
With the switch to
AFMReader
for asd i/o. The broad exception statement printing the warning for "Channel not found, skipping the image" is super-seeding the available channel message inAFMReader.asd
Copy of the output
Include the configuration file
N/A
To Reproduce
No response
TopoStats Version
Git main branch
Python Version
3.11
Operating System
MacOS M1/M2 (post-2021)
Python Packages
No response
The text was updated successfully, but these errors were encountered: