Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions combine_redshift_dedup/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ dependencies:
- pandas
- numpy
- pyyaml
- lsdb=0.6.4
- hats=0.6.4
- hats-import=0.6.4
- lsdb=0.6.5
- hats=0.6.5
- hats-import=0.6.5
- tables-io
- h5py

1 change: 1 addition & 0 deletions combine_redshift_dedup/flags_translation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ expr_column_schema:
z_spec: float
use_zgrism: float
flag1: float
flag2: float
use_phot: float
zspec_survey: str
zspec: float
Expand Down
2 changes: 1 addition & 1 deletion combine_redshift_dedup/generate_random_samples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"\n",
"# --------------- CONFIG ---------------\n",
"# Single input Parquet file (extension \"parqut\" is fine as long as the file exists and is Parquet)\n",
"INPUT_FILE = Path(\"/scratch/users/luigi.silva/pzserver_pipelines/combine_redshift_dedup/process001/outputs/crd.parquet\")\n",
"INPUT_FILE = Path(\"/scratch/users/luigi.silva/pzserver_pipelines/combine_redshift_dedup/process001/crd.parquet\")\n",
"\n",
"# Exact output path\n",
"OUTPUT_PATH = Path(\"./test_data/pipeline_generated_sample.parquet\")\n",
Expand Down
Loading