OccamRazor
OccamRazor
I'm thinking about modifying the Spectra so that 1. It takes in a C++ delegate for progress bar cancellation purpose while iterating over `maxit` ( at `SymEigsSolver.Compute` function) 2. For...
I would like to have a command that allows me to delete LFS files that are not in current repo. If I understand it correctly, when I upload a second...
Here's the code to illustrate the problem: ``` public class GMapWPFControl: GMap.NET.WindowsPresentation.GMapControl { public GMapWPFControl() { MapProvider = GMapProviders.GoogleTerrainMap; } } public class GMapWinFormControl: WindowsFormsHost { private GMapControl _mapControl; public...
I [posted this question](https://github.com/jbuckmccready/CavalierContours/issues/47) at the C++ issue tracker-- I'm not sure whether this or that place is the right place to post. Anyway feel free to close the one...
I've already decorated my test as `Apartment(ApartmentState.STA)`, and yet, it still runs in a separate thread. ``` static void Main(string[] args) { string directoryPlugin = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location); string directoryReportUnit = Path.Combine(directoryPlugin,...
I'm looking for a CollectionAssert.DoesNotContain for a list of item, ie, something like the below: ``` // all items in excludedList shall not contain in the existingList private static void...
I have a simple ifc file involving ifcCivilElement. I can open this file in [ifcbrowser](http://www.ifcbrowser.com/) ( another BIM viewer) no problem, **but I cannot open it in XBim explorer**. I've...
I have a terrain that looks like this:  As you can see, the elevation levels peak at the center and then going downwards radiating from the center. I...
In taudem, the software can generate the streamlines and the catchments that contribute to each of the streamline. What if I for the particular plan, I already have the streamlines...
I have an input file (`latlong.tif`), attached in the zip file. When I run taudem analysis on it, I get very strange results: the streamline seems to be offset and...