Open cbkerr opened 2 years ago
@cbkerr have you given this issue any further thought?
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: