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
In #111 - I add a method in the cells.py class to merge tables using predefined "linking" columns.
If there are more than the default compartments in the provided input file (e.g. single cell SQLite), then the merge_single_cells() method will silently ignore the additional compartments if the method is not used properly.
We should throw a warning if there is a missing table not used.
The text was updated successfully, but these errors were encountered:
Can you clarify what you mean by if the method is not used properly? This will help make clear how a user should use this class and we can add documentation.
In #111 - I add a method in the
cells.py
class to merge tables using predefined "linking" columns.If there are more than the default compartments in the provided input file (e.g. single cell SQLite), then the
merge_single_cells()
method will silently ignore the additional compartments if the method is not used properly.We should throw a warning if there is a missing table not used.
The text was updated successfully, but these errors were encountered: