Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Fixed the issue of temp.png not found due to relative path by switching to an absolute path." #2

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

Jraysx
Copy link

@Jraysx Jraysx commented Jan 3, 2025

When running matrix.py, due to the use of relative paths, the temp.png file cannot be found, causing a path error. It has been fixed to an absolute path and has been tested. The temp.png file can be loaded normally and no other abnormalities were found.

@@ -111,12 +110,12 @@ def load(self):
self._RNAmultiMatrix = MultiMatrix(cellbin_path=i.cell_bin_matrix,
tissuegef_path=i.tissue_bin_matrix, raw_path=i.bin1_matrix,
adjusted_path=i.cell_bin_adjusted_matrix,
matrix_type=i.matrix_type)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is the purpose of this change

@d5423197 d5423197 self-assigned this Jan 6, 2025
@d5423197 d5423197 self-requested a review January 6, 2025 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants