Audrey MP
Audrey MP
When setting the target counts for a bin, it seems it isn't always setting to the appropriate value set in system.py. The following line seems to be at fault: https://github.com/westpa/westpa/blob/master/src/west/systems.py#L79...
A little bit of fun behavior, here. The following bin mapper construction in the system object (system.py or equivalent) works: ``` 96 class ODLDSystem(WESTSystem): 97 def initialize(self): 98 self.pcoord_ndim =...
Hi all, I've started working on a branch, https://github.com/westpa/westpa/tree/error_handling, to build in an error module that can we call to in order to throw cleaner error messages when a simulation...
It seems that if the user has never changed the wallpaper for the current activity, there's a possibility that the activity wallpaper is blank. Under these circumstances, there's nothing but...
###Linux Distribution version Arch Linux, rolling ###Gnome Shell version 3.38 ###Xorg or Wayland (or both) Both (primarily Wayland) ###Extension version or branch 3.38 (master) ###Description of the problem When using...
### Summary of Problem **Description:** I accidentally wrote `iter init` instead of `proc init`, as I should. Rather than producing a compiler error about why using an initializer as an...