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
Not synonymous: the abstract set of all initalized state points (source: Concepts Page) This is in the process of being fixed in glotzerlab/signac-docs#120.
The following link implies that the data space can be changed by changing the value of a state point: https://docs.signac.io/en/latest/examples/notebooks/signac_104_Modifying_the_Data_Space.html This contrasts with the first definition because changing the state point (and therefore the job id) does not remove the files stored in that job directory, and therefore wouldn't change a linked view (like what you get from the signac view command) #743 (comment)
How to fix
Replace with "workspace" if it means the files in the workspace of a project.
Replace with ???? if it refers to the abstract idea of all data that could go in a project.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Definition of data space in project.rst: "the underlying data generated and manipulated by these operations."
"A signac project is a conceptual entity consisting of three components:
(1) a data space,
(2) scripts and routines that operate on that space, and
(3) the project’s documentation.
This division corresponds largely to the definition of a computational project outlined by Wilson et al. The primary function of signac is to provide a single interface between component (2), the scripts encapsulating the project logic, and component (1), the underlying data generated and manipulated by these operations."
I found an implied definition in jobs.rst
In general an instance of :py:class:Job only gives you a handle to a Python object. To create the underlying workspace directory and thus make the job part of the data space, you must initialize it."
Description
It's an ill-defined term.
How to fix
Replace with "workspace" if it means the files in the workspace of a project.
Replace with ???? if it refers to the abstract idea of all data that could go in a project.
For context, see:
The text was updated successfully, but these errors were encountered: