-
In GitLab by @timothy-nunn on Jan 19, 2022, 10:58
_Merges 1530-convert-divertor-f90-to-python -> develop_
Closes #1530
-
Sub Separate_Mat(cb_value)
Sheets("2021").Select
Worksheets("2021").Range("A6").AutoFilter Field:=1, Criteria1:=cb_value
Range("A5").Select
Selection.End(xlDown).Select
…
-
Sub Separate_Mat(cb_value)
Dim sh As Worksheet
Dim last_row As Long
Sheets("2021").Select
Worksheets("2021").Range("A6").AutoFilter Field:=1, Criteria1:=cb_value
…
-
In an effort to understand the underlying math, I tried to play around with the test file included. I wanted to test the fftl routine by computing the Fourier sine transform using fftl by giving it a …
-
Work out which variables to read to get a basic 1989-93 extract going.
**UPDATE--here's what I've found**
- YEAR - H-YEAR
- MONTH - H-MONTH
- HHID - H-ID
- PULINENO - A-LINENO
- STATE - HG-…
-
Format the disk like this:
```
[root@rancher rancher]# blkid
/dev/sda1: LABEL="RANCHER_STATE" UUID="b5f98664-2a5c-4e84-9f2c-e5909684f64c" TYPE="ext4" PARTUUID="477d1443-01"
/dev/sda2: LABEL="RANCH…
-
Would it be easy to add a wildcard for the sub() option, so that e.g. if you want to get breakdowns by all values of ftpt you'd just write sub(ftpt=*) rather than looking up all possible values of ftp…
-
"college ipeds fall-enrollment age sex" does not produce sex breakdowns by default, and I think it should.
Also, the default in both the age and age sex files appears to be to include breakdowns by…
-
For a number of calls the window will still say "Progress for each endpoint will print to your screen. Please wait..." even after the data is loaded. After a few minutes I pressed "break" and the da…
-
I know I referenced this in an earlier issue regarding "Pre - K" appearing instead of "Pre-K" as a label. But a similar trend appears with ftpt and class_level in the IPEDS gradrates and for some othe…