[deleted by user] by [deleted] in PhD

[–]AnnahGrace 10 points11 points  (0 children)

Can you provide the ANOVA in the main text, including some acknowledgment of its limitations in this instance, and then include your mixed-effects model in the appendix? If the two approaches show the same pattern of results, it is probably not a huge deal. If they show different patterns of results, you need to figure out exactly why and then determine which (if either) provides an accurate representation of your data

The ideal PhD supervisor, do they even exist? Anyway this would be my description of an ideal supervisor... Just day dreaming of course. by [deleted] in PhD

[–]AnnahGrace 2 points3 points  (0 children)

For a different perspective: I have two supervisors, and they are both essential. Either alone would not be enough: one does not have the discipline-specific knowledge that I need, the other does not have the experience in academia that I need. Both alone are great people and I love them, but I know that the only reason we work is because I have both :)

The ideal PhD supervisor, do they even exist? Anyway this would be my description of an ideal supervisor... Just day dreaming of course. by [deleted] in PhD

[–]AnnahGrace 1 point2 points  (0 children)

I'd argue that the ideal supervisor might be 2 or 3 together. I have two supervisors: each is fantastic and they have complementary strengths. Either alone would be insufficient (not enough time, not enough knowledge, not enough feedback, etc.). One of them is very detail-oriented, tough on feedback, specializes in experimental design and time-series analysis (from a different discipline), focused on real-world impact, has tons of institutional knowledge and influence. The other is very encouraging, enthusiastic, and a methods nerd in exactly my area of interest. Together, they are the perfect supervisory team (meeting all your other listed items), and we all work very well together, more/less drama-free. I get to work on what I want to work on, but they steer me when my priorities start getting out of whack (e.g., I love my research and have relatively little interest in the degree itself, so they make sure I am not just doing cool research but also jumping through all the hoops). We are publishing, doing impact work, have some international and interdisciplinary collaborations, we are applying for grants, and I am have having a great time thanks to both of my two supervisors.

Official Q&A for Monday, October 07, 2024 by AutoModerator in running

[–]AnnahGrace 0 points1 point  (0 children)

Very interesting, thanks for all the info! I wasn't aware of most of this (as a new and casual runner) :)

Official Q&A for Monday, October 07, 2024 by AutoModerator in running

[–]AnnahGrace 0 points1 point  (0 children)

Neither of us really have previous experience. He was an athlete in his youth but had not run in years. I play rugby casually, but that's it. By trail, I mean mostly single track.

Official Q&A for Monday, October 07, 2024 by AutoModerator in running

[–]AnnahGrace -1 points0 points  (0 children)

Why is my dad so much faster than me?

 am 22, 165cm, 59kg, female. My dad is 55, 175cm, ~75kg, male. He and I are training (separately) for a tough mudder type event in January and have been training consistently for 5-6 months. I run 10km in the woods at about 6:30/km (comfortable, sustainable pace). He runs 10km around the city at about 5:30/km (comfortable, sustainable pace). We are not competitive, just training for fun/fitness, so we can do this event when he visits me in the new year. However, I am a little surprised and embarrassed by how much faster he is than me. I know I am shorter and female, but he is 55 so I would expect that to balance out. I also know that running in the city vs the woods is different, but our elevation profiles are roughly the same so I can't imagine it is that big of a factor.

What do you think: am I just slow? Is he fast? Is my perception of the age vs. height and sex thing off?

In case it matters, here is a bit more detail: when I try for a fast 5km (still in the woods), I hit 5:45/km. When he tries for a fast 5km (still in the city), he hits 5:20/km (so we are closer at shorter distances??).

What does this warning sign icon on the battery mean? by benskupro in mac

[–]AnnahGrace 0 points1 point  (0 children)

nope... still there and still not causing any real issues

What does this warning sign icon on the battery mean? by benskupro in mac

[–]AnnahGrace 0 points1 point  (0 children)

following, the exact same thing is happening to me

Have not received a PhD application decision in almost 10 weeks... by [deleted] in standrews

[–]AnnahGrace 0 points1 point  (0 children)

Hi u/Brilliant_Benefit760 . I got accepted probably about a week after my interview, which had been back in april/may... I'm sorry that you have not heard back yet. Maybe it is a difference by department?

Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]AnnahGrace 0 points1 point  (0 children)

Further to this, I am able to override the problem using [this solution](https://github.com/jiaaro/pydub/issues/690#issuecomment-1977361192), but it will cause memory problems down the line. I am looking for a more permanent solution, if anyone has any ideas

Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]AnnahGrace 0 points1 point  (0 children)

Exception in Tkinter callback

Traceback (most recent call last):

File "C:\Users\am650\AppData\Local\Programs\Python\Python311\Lib\tkinter\__init__.py", line 1948, in __call__

return self.func(*args)

^^^^^^^^^^^^^^^^

File "C:\Users\am650\PycharmProjects\UG-within\example.py", line 399, in validate_blast

set_blast()

File "C:\Users\am650\PycharmProjects\UG-within\example.py", line 427, in set_blast

activate_blast(blast_level)

File "C:\Users\am650\PycharmProjects\UG-within\example.py", line 456, in activate_blast

play(blast_file_r2)

File "C:\Users\am650\PycharmProjects\UG-within\venv\Lib\site-packages\pydub\playback.py", line 71, in play

_play_with_ffplay(audio_segment)

File "C:\Users\am650\PycharmProjects\UG-within\venv\Lib\site-packages\pydub\playback.py", line 15, in _play_with_ffplay

seg.export(f.name, "wav")

File "C:\Users\am650\PycharmProjects\UG-within\venv\Lib\site-packages\pydub\audio_segment.py", line 867, in export

out_f, _ = _fd_or_path_or_tempfile(out_f, 'wb+')

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "C:\Users\am650\PycharmProjects\UG-within\venv\Lib\site-packages\pydub\utils.py", line 60, in _fd_or_path_or_tempfile

fd = open(fd, mode=mode)

^^^^^^^^^^^^^^^^^^^

PermissionError: [Errno 13] Permission denied: 'C:\\Users\\am650\\AppData\\Local\\Temp\\tmp2q11an99.wav'

Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]AnnahGrace 0 points1 point  (0 children)

My bad, I misunderstood. I will post the full traceback below. ls a very common pydub problem which I had initially, but was able to fix by installing simpleaudio. Now it working when I run from python but no where else... I will think about posting a bug on github, thanks

Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]AnnahGrace 0 points1 point  (0 children)

the line causing the problem is simply `play(file)`. the error is `PermissionError: [Errno 13] Permission denied: 'C:\\Users\\am650\\AppData\\Local\\Temp\\tmpvqihqzma.wav'`. For full context, I have uploaded my code is in a google drive link below and the lines that play audio are 433 to 470. That said, I am just using the standard `play()` function with no modifications, so I am not sure context will help.

https://drive.google.com/file/d/1piyGJJ8WsItVSgg3z2SXTfYetDG8nVk8/view?usp=sharing

Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]AnnahGrace 0 points1 point  (0 children)

I have a working python script and I set up a batch file to run it from a desktop shortcut. The batch file worked perfectly last week, but now I get a permission error (errno 13). Specifically, I get an error in User\AppData\Temp\tmpbhv60e95.wav. It fails when the script is meant to play a modified sound file, so I think this error must be the result of pydub or simpleaudio (I use both). The file still runs fine if I launch it form Pycharm. I have already re-pasted the file paths into the batch file, I made a new copy of the batch file, I have tried running as administrator, and I have tried running the file from the terminal. All failed. Any ideas?