• Joined on 2023-07-05
atse commented on pull request M-Labs/thermostat#148 2024-11-11 17:49:58 +08:00
pytec: Add hardware testing script

Removed the "pins" nomenclature entirely and replaced it with "input" in the force-push to bc02819fca.

atse commented on pull request M-Labs/thermostat#148 2024-11-11 17:47:59 +08:00
pytec: Add hardware testing script

Done in force-push to bc02819fca.

atse commented on pull request M-Labs/thermostat#148 2024-11-11 17:47:54 +08:00
pytec: Add hardware testing script

Done in force-push to bc02819fca.

atse pushed to test_script at atse/thermostat 2024-11-11 17:36:57 +08:00
bc02819fca pytec: Add hardware testing script
atse commented on pull request M-Labs/thermostat#145 2024-11-11 17:17:10 +08:00
flake: Dev convenience wrappers & environment

I've added the setup entry points in #149.

atse created pull request M-Labs/thermostat#149 2024-11-11 17:16:16 +08:00
pytec: Set autotune and plot as entry points
atse pushed to pytec-entry-points at atse/thermostat 2024-11-11 17:16:11 +08:00
54296c88b4 pytec: Set autotune and plot as entry points
atse created branch pytec-flake in atse/thermostat 2024-11-11 17:14:16 +08:00
atse pushed to pytec-flake at atse/thermostat 2024-11-11 17:14:16 +08:00
eabc7f6a12 flake: Register the pytec Python package
atse pushed to pytec-entry-points at atse/thermostat 2024-11-11 17:14:03 +08:00
ce51a9f4be pytec: Set autotune and plot as entry points
atse created branch pytec-entry-points in atse/thermostat 2024-11-11 17:14:03 +08:00
atse pushed to pytec-package at atse/thermostat 2024-11-11 17:07:30 +08:00
d5eac60f21 pytec: Package with entry points
atse created pull request M-Labs/thermostat#148 2024-11-11 17:04:18 +08:00
pytec: Add hardware testing script
atse pushed to test_script at atse/thermostat 2024-11-11 17:04:01 +08:00
53c2f804d0 pytec: Add hardware testing script
atse created branch test_script in atse/thermostat 2024-11-11 17:04:00 +08:00
atse pushed to pytec-package at atse/thermostat 2024-11-11 16:02:31 +08:00
a3a3502b5f pytec: Package
atse created branch pytec-package in atse/thermostat 2024-11-11 16:02:31 +08:00
atse commented on pull request M-Labs/thermostat#145 2024-11-11 15:51:10 +08:00
flake: Dev convenience wrappers & environment

Ah right! That would be the solution for the customers' end. However I think we'll have to use these wrappers for development, otherwise local changes wouldn't be reflected in the commands in $PATH.

atse commented on pull request M-Labs/thermostat#145 2024-11-11 12:24:28 +08:00
flake: Dev convenience wrappers & environment

Hmm, but this would be Git-specific is it not? How about something like:

flake_root=$(pwd)

while [ "$flake_root" != / ]; do
  if [ -e "$flake_root/flake.nix" ]; then
    export…
atse deleted branch pytec-complete-client from atse/thermostat 2024-11-11 10:16:26 +08:00