Corwin Kerr

Results 15 issues of Corwin Kerr

While freud implements a general solution for the nematic order parameter, new users are confused at how to specify the inputs. They want to give a list of vectors representing...

documentation

## New focus is on pinning down what "data space" means https://github.com/glotzerlab/signac/issues/743#issuecomment-1100005467 ## Original issue description ### Summary Consider the following analogy: "**The directory of the job's workspace** is to...

### Description It's an ill-defined term. > >What are the differences in semantics between "project workspace" and "project data space"? Or are they synonyms? >@joaander I've found 2 definitions of...

documentation

### Feature description After streamlining the PR template to include a checklist that must be completed (#686), I think having an automatic check would be a helpful reminder to reviewers....

stale

### Description When I was adding tests for fixing the [deprecation of groupbydoc](https://github.com/glotzerlab/signac/issues/328), I noticed that there is a [test that looks for a KeyError](https://github.com/glotzerlab/signac/blob/95157b43eddde667c99b941052cc23c1304fddd9/tests/test_project.py#L1073) that doesn't raise one with...

stale

This PR switched from a bug fix to a refactor. See #666 for the bug fix only. ## Original Title: Don't generate views with underspecified path provided by user Signac...

refactor

## Description Clean and publish code to simulate patchy particles, including janus particles, based on that used in [Phase behavior of Janus colloids determined by sedimentation equilibrium. ](https://pubs.rsc.org/en/content/articlelanding/2014/sm/c3sm53136h) Using templates,...

essential

### Feature description I would like to submit operations so that the partition flag in SLURM looks like ``` #SBATCH --partition=gpu,gpu_mig40 ``` Currently, specifying multiple partitions on the command line...

cluster submission

### Feature description Discussed with @joaander today. I would like to be able to set the account on the command line when submitting jobs through flow. I'm setting it via...

good first issue

## Description Uses Blueprints to differentiate between module endpoints in the Notes module. I also consider this a prototype to use Blueprints for all modules so that you can enable...